mononix/Mononix/Mononix, Rust library.md

13 lines
351 B
Markdown
Raw Normal View History

Exports:
- Rust libaries
- Native DLL
- Native static library
- Dependencies
A Rust library can have both native system dependencies (in the form of other libraries) and Rust dependencies (in the form of Rust crates).
A Rust library can, with effort, be published with C bindings.
[[Are all Rust DLLs and static libraries meant for import to C?]]