duckdb / duckdb-rs

Ergonomic bindings to duckdb for Rust
MIT License
428 stars 87 forks source link

using vendored_openssl with bundled ducdkb-rs #320

Closed muralisoundararajan closed 4 weeks ago

muralisoundararajan commented 1 month ago

I am trying to build duckdb-rs for AWS Lambda Runtime with vendored_openssl approach.

Is there a way to pass 'vendored' feature information from libducksys crate to openssl module within the libducksys crate.

muralisoundararajan commented 1 month ago

@Maxxen Would it be feasible to include https://github.com/duckdb/duckdb-rs/pull/321https://github.com/duckdb/duckdb-rs/pull/321 in coming release if the changes are acceptable?

Maxxen commented 1 month ago

Sure, ill have a look