Crates.io | mimerrust-sys |
lib.rs | mimerrust-sys |
version | |
source | src |
created_at | 2024-12-09 12:29:23.897326 |
updated_at | 2024-12-10 14:30:47.665632 |
description | FFI bindings for the Mimer SQL C API. Used by the 'mimerrust' crate |
homepage | https://www.mimer.com |
repository | https://github.com/mimersql/mimerrust |
max_upload_size | |
id | 1477334 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.
The following persons have contributed to the initial version of Mimer SQL Rust API: