Skip to main content

Crate cargo_duckdb_ext_tools

Crate cargo_duckdb_ext_tools 

Source
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

Macros§

building
Logs a message with the “Building” action prefix
copying
Logs a message with the “Copying” action prefix
creating
Logs a message with the “Creating” action prefix
finished
Logs a message with the “Finished” action prefix
packing
Logs a message with the “Packing” action prefix