Adding selfe_arc library as a dependency

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

cargo add selfe-arc

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

selfe-arc = "0.1.1"

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

Back to the crate overview.