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