Adding ms_codeview library as a dependency

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:

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.