mimerrust-sys

Crates.iomimerrust-sys
lib.rsmimerrust-sys
version
sourcesrc
created_at2024-12-09 12:29:23.897326
updated_at2024-12-10 14:30:47.665632
descriptionFFI bindings for the Mimer SQL C API. Used by the 'mimerrust' crate
homepagehttps://www.mimer.com
repositoryhttps://github.com/mimersql/mimerrust
max_upload_size
id1477334
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`
size0
(mimersql-dev)

documentation

README

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:

Commit count: 15

cargo fmt