Adding smart_meter library as a dependency

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

cargo add smart_meter

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

smart_meter = "0.2.0"

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

Back to the crate overview.