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

Download history 112/week @ 2024-12-07 36/week @ 2024-12-14 2/week @ 2024-12-21 1/week @ 2025-01-04 108/week @ 2025-01-11 45/week @ 2025-01-18 14/week @ 2025-01-25 56/week @ 2025-02-01 47/week @ 2025-02-08 77/week @ 2025-02-15 47/week @ 2025-02-22 40/week @ 2025-03-01 50/week @ 2025-03-08 28/week @ 2025-03-15 58/week @ 2025-03-22

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

Apache-2.0

79KB
1K SLoC

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