Thanks to visit codestin.com Credit goes to lib.rs
google_datafusion1
Run this command in a terminal, in your project's directory:
cargo add google-datafusion1
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
google-datafusion1 = "7.0.0+20251203"
The google_datafusion1 library will be automatically available globally. Read the google_datafusion1 library documentation.
Back to the crate overview.