cargo-c
Helper to build and install C-compatible libraries from Rust
Install it by running either;
kpkg install cargo-c
or
kpkg build cargo-c
To see the difference, see The handbook
graph TD
N0["rust"]
N1["llvm"]
N2["cargo-c"]
style N2 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N0 --> N2
N1 --> N0