ms_codeview
Run this command in a terminal, in your project's directory:
cargo add ms-codeview
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
ms-codeview = "0.1.6"
The ms_codeview library will be automatically available globally. Read the ms_codeview library documentation.
Back to the crate overview.