Adding ssb_multiformats library as a dependency
Run this command in a terminal, in your project's directory:
cargo add ssb-multiformats
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
ssb-multiformats = "0.4.2"
The ssb_multiformats library will be automatically available globally.
Read the ssb_multiformats library documentation.