Adding parasite library as a dependency

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

cargo add parasite

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

parasite = "0.1.1"

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

Back to the crate overview.