Adding mango_interpreter library as a dependency

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

cargo add mango_interpreter

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

mango_interpreter = "0.1.0"

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

Back to the crate overview.