Adding shrs_vi library as a dependency

Run this command in a terminal, in your project's directory:

cargo add shrs_vi

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

shrs_vi = "0.0.6"

The shrs_vi library will be automatically available globally. Read the shrs_vi library documentation.

Back to the crate overview.