Adding ltc_rs library as a dependency

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

cargo add ltc-rs

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

ltc-rs = "1.0.2"

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

Back to the crate overview.