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