rudb-c-api 0.2.21

A libduckdb-compatible C surface, plus a native C surface.
Documentation
[package]
name = "rudb-c-api"
description = "A libduckdb-compatible C surface, plus a native C surface."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
readme.workspace = true

[lib]
# Both, because a caller linking against `duckdb.h` may want either and neither group should
# have to build the other one themselves.
crate-type = ["cdylib", "staticlib", "rlib"]

[dependencies]
rudb-common.workspace = true
rudb.workspace = true
rudb-extension.workspace = true

[lints]
workspace = true