3 releases

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

#2564 in Database interfaces

Download history 127/week @ 2024-01-29 503/week @ 2024-02-05 23/week @ 2024-02-12 43/week @ 2024-02-19 52/week @ 2024-02-26 10/week @ 2024-03-04 779/week @ 2024-03-11 16/week @ 2024-03-18 24/week @ 2024-03-25 86/week @ 2024-04-01 10/week @ 2024-04-08 6/week @ 2024-04-15

128 downloads per month
Used in 2 crates (via mongocrypt)

Apache-2.0

74KB
961 lines

libmongocrypt-rust

License

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.

Dependencies