5 releases
0.1.4+1.12.0 | Jan 16, 2025 |
---|---|
0.1.3+1.11.0 | Aug 7, 2024 |
0.1.2+1.8.0-alpha1 | Jun 21, 2023 |
0.1.1+1.8.0-alpha0 | Apr 6, 2023 |
0.1.0+1.6.1 | Dec 6, 2022 |
#2628 in Database interfaces
179 downloads per month
Used in 2 crates
(via mongocrypt)
79KB
1K
SLoC
libmongocrypt-rust
Rust language bindings for the libmongocrypt library for client-side encryption in MongoDB drivers.
Requirements
libmongocrypt 1.8.0 or higher must be installed; if it's not in a system-default location MONGOCRYPT_LIB_DIR
can be set to specify a search location.
lib.rs
:
FFI bindings to libmongocrypt.
These bindings are generated by rust-bindgen.