# Reusing `rlib`s between teams is possible today ## ABI unstability is not an issue if `rustc` version is pinned. ## Skip using cargo if closed-source is what you need ## `rustdoc` can provide equivalent to C/C++ header information to downstream rust crates ## `cbindgen` and other tools can prepare C/C++ headers for ffi
Reusing
rlibs between teams is possible todayABI unstability is not an issue if
rustcversion is pinned.Skip using cargo if closed-source is what you need
rustdoccan provide equivalent to C/C++ header information to downstream rust cratescbindgenand other tools can prepare C/C++ headers for ffi