Adding no_std_io2 library as a dependency

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

cargo add no_std_io2

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

no_std_io2 = "0.9.0"

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

Back to the crate overview.