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