Adding df_st_db library as a dependency

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

cargo add df_st_db

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

df_st_db = "0.3.0-development-2"

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

Back to the crate overview.