#sql #api #sql-database #database-driver #driver #api-bindings #mimer

sys mimerrust-sys

FFI bindings for the Mimer SQL C API. Used by the 'mimerrust' crate

4 stable releases

1.0.3 Dec 10, 2024
1.0.1 Dec 9, 2024

#2704 in Database interfaces

Download history 374/week @ 2024-12-07 35/week @ 2024-12-14

409 downloads per month
Used in mimerrust

MIT license

135KB
3.5K SLoC

Mimer SQL C API Bindings

The mimerrust-sys crate handles low-level wrapping of the C library into Rust-compatible concepts. It is not intended for direct use, but rather as an intermediary wrapping step. Instead use the mimerrust crate. To reduce build time and avoid requiring LLVM and Clang on Windows, a pre-generated binding is used by default. To generate and use a new binding, pass the --features run_bindgen flag when building.

Resources

Credits

The following persons have contributed to the initial version of Mimer SQL Rust API:

Dependencies

~0–1MB
~11K SLoC