A helper CLI for savvy framework. For the full details, please read savvy's crate documentation.
You can find the binary on the GitHub releases page. If you prefer installing from source, please run cargo install.
shell
cargo install savvy-cli
``` console Generate C bindings and R bindings for a Rust library
Usage: savvy-cli
Commands: c-header Generate C header file c-impl Generate C implementation for init.c r-impl Generate R wrapper functions makevars Generate Makevars makevars-win Generate Makevars.win gitignore Generate .gitignore update Update wrappers in an R package init Init savvy-powered Rust crate in an R package help Print this message or the help of the given subcommand(s)
Options: -h, --help Print help ```