1
0
Библиотека для реализации внешней компоненты для 1С:Предприятие 8 по технологии Native API на языке rust
This repository has been archived on 2023-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-10-25 11:09:07 +06:00
src Merge branch 'dev' 2023-10-25 11:09:07 +06:00
.gitignore init 2022-12-07 18:27:07 +03:00
Cargo.toml version bump 2023-08-29 11:53:22 +06:00
LICENSE init 2022-12-07 18:27:07 +03:00
README.md readme translation 2023-08-29 11:53:07 +06:00
rustfmt.toml iter 2023-08-03 09:36:40 +06:00

This is a fork of medigor/example-native-api-rs that is made to be a core crate for 1C:Enterprise 8 Native API development. As of this moment, crate is tested on Linux and Windows. It should work on MacOS as well, but it is not tested.

It implements FFI for Native API components and provides a set of types and AddInWrapper trait that can be used to implement 1C:Enterprise 8 Native API components in Rust. While it can be used as a standalone crate, it is intended to be used as a dependency for native_api_1c crate.

For FFI implementation, see original repository or this issue discussion

Aside from some features (especially on Connection interface) not yet implemented, this crate should cover most important of the Native API functionality.