Skip to content

Installation#

The Rust package is published to crates.io as slang_solidity (docs). It can be used both as a regular Rust dependency and as a standalone CLI (installable with Cargo).

You can install the CLI as a cargo binary using:

cargo install "slang_solidity_cli"

Or you can add the API as a dependency to your project:

cargo add "slang_solidity"