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