https://github.com/mongodb/libmongocrypt-rust
Rust bindings for libmongocrypt
https://github.com/mongodb/libmongocrypt-rust
encryption encryption-decryption mongodb rust
Last synced: 3 months ago
JSON representation
Rust bindings for libmongocrypt
- Host: GitHub
- URL: https://github.com/mongodb/libmongocrypt-rust
- Owner: mongodb
- License: apache-2.0
- Created: 2022-05-31T20:56:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T16:12:49.000Z (4 months ago)
- Last Synced: 2025-01-29T09:43:38.412Z (3 months ago)
- Topics: encryption, encryption-decryption, mongodb, rust
- Language: Rust
- Homepage:
- Size: 116 KB
- Stars: 4
- Watchers: 21
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libmongocrypt-rust
[](LICENSE)Rust language bindings for the [libmongocrypt](https://github.com/mongodb/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.