Adding mochow_sdk_rust library as a dependency

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

cargo add mochow-sdk-rust

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

mochow-sdk-rust = "1.3.1"

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

Back to the crate overview.