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