Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.