Adding rasi_default
library as a dependency
Run this command in a terminal, in your project"s directory:
cargo add rasi-default
To add it manually, edit your project"s Cargo.toml
file and add to the [dependencies]
section:
rasi-default = "0.1.11"
The rasi_default
library will be automatically available globally.
Read the rasi_default
library documentation.