Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mongodb/libmongocrypt-rust
Rust bindings for libmongocrypt
https://github.com/mongodb/libmongocrypt-rust
encryption encryption-decryption mongodb rust
Last synced: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T19:10:47.000Z (3 months ago)
- Last Synced: 2024-09-27T17:02:20.832Z (about 2 months ago)
- Topics: encryption, encryption-decryption, mongodb, rust
- Language: Rust
- Homepage:
- Size: 102 KB
- Stars: 4
- Watchers: 22
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libmongocrypt-rust
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](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.