Adding expression_num
library as a dependency
Run this command in a terminal, in your project"s directory:
cargo add expression-num
To add it manually, edit your project"s Cargo.toml
file and add to the [dependencies]
section:
expression-num = "0.2.3"
The expression_num
library will be automatically available globally.
Read the expression_num
library documentation.