Adding mf_transform library as a dependency

Run this command in a terminal, in your project's directory:

cargo add moduforge-transform

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

moduforge-transform = "0.7.0"

The mf_transform library will be automatically available globally. Read the mf_transform library documentation.

Back to the crate overview.