# cargo-fortanix A cargo subcommand to build Rust code targeting the fortanix platform inside docker and get the result back. This is useful if you need to compile for fortanix on MacOs or you don't want to install the fortanix toolchain ## Install To install `cargo-fortanix` you should type the following: ```sh $ cargo install cargo-fortanix ``` ## Usage To use `cargo-fortanix` you should type the following: ```sh $ cargo fortanix ```