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

Adding re_data_source library as a dependency

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

cargo add re_data_source

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

re_data_source = "0.26.0-alpha.2"

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

Back to the crate overview.