Adding flexiber library as a dependency

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

cargo add flexiber

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

flexiber = "0.2.0"

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

Back to the crate overview.