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