4 stable releases
1.0.3 | Dec 10, 2024 |
---|---|
1.0.1 | Dec 9, 2024 |
#2704 in Database interfaces
409 downloads per month
Used in mimerrust
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