Adding context_weaver library as a dependency

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

cargo add context-weaver

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

context-weaver = "0.1.1"

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

Back to the crate overview.