13 lines
351 B
Markdown
13 lines
351 B
Markdown
|
|
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?]]
|