Adding vados library as a dependency

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

cargo add vados

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

vados = "0.0.3"

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

Back to the crate overview.