GithubHelp home page GithubHelp logo

toveal / native-api-1c-template Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 19 KB

Шаблон cargo-generate для разработки внешней компоненты 1С:Предприятие 8 по технологии Native API на языке Rust

Liquid 100.00%
1c 1c-enterprise cargo-generate native-api rust

native-api-1c-template's Introduction

native-api-1c-template

A template for kick starting a Rust project using rust-native-1c (complex) or native_api_1c (simple).

📦 Dependencies

🐧 Linux

  • Zip
  • rustup target add i686-pc-windows-gnu x86_64-pc-windows-gnu x86_64-unknown-linux-gnu i686-unknown-linux-gnu

🖥️ Windows

  • rustup target add i686-pc-windows-msvc x86_64-pc-windows-msvc x86_64-unknown-linux-gnu i686-unknown-linux-gnu

🌐 Common

❓ Use cargo cross? (true/false)

❓ Use cargo insta? (true/false)

🚴 Usage

🐑 Use cargo generate to Clone this Template

cargo generate --git https://github.com/Toveal/native_api_1c_template
cd my-project

🧙‍♂️ build

For debug builds

cargo make pack

For release builds

cargo make pack-release

🧪 Test

cargo make test

📊 Result

out/
├── {{crate_name}}_x32.dll
├── {{crate_name}}_x64.dll
├── {{crate_name}}_x32.so
├── {{crate_name}}_x64.so
├── Manifest.xml
├── {{crate_name}}.zip

native-api-1c-template's People

Contributors

toveal avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.