Expand description
Cargo plugin for DuckDB extension development
This crate provides a Cargo plugin (cargo-duckdb-ext) that enables
Rust developers to create, build, and package DuckDB extensions
without requiring Python or other external tooling.
Modules§
- commands
- Command implementations for cargo-duckdb-ext subcommands
- error
- Error handling for cargo-duckdb-ext-tools
- options
- Command line option parsing for cargo-duckdb-ext