mongocrypt_sys/
lib.rs

1//! FFI bindings to [libmongocrypt](https://github.com/mongodb/libmongocrypt).
2//!
3//! These bindings are generated by [rust-bindgen](https://github.com/rust-lang/rust-bindgen).
4
5#[allow(nonstandard_style)]
6mod bindings;
7#[cfg(test)]
8mod test;
9
10pub use bindings::*;