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?]]