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