Thanks to visit codestin.com
Credit goes to lib.rs

Adding apub_privatekey library as a dependency

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

cargo add apub-privatekey

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

apub-privatekey = "0.2.0"

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

Back to the crate overview.