Adding freenet_stdlib library as a dependency

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

cargo add freenet-stdlib

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

freenet-stdlib = "0.3.2"

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

Back to the crate overview.