Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.67 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.67 KB

Gel Rust Binding

This workspace is a collection of Rust crates for the Gel database. Individual docs can currently be found on docs.rs:

Crate Source Description
gel-auth Source Authentication and authorization utilities
gel-derive Source Derive macro for data structures fetched from the database
gel-errors Source Error handling utilities
gel-protocol Source Low-level definitions for data model of the Gel protocol
gel-stream Source Library for streaming TLS/plaintext data between clients and servers
gel-tokio Source Gel/EdgeDB client using Tokio async runtime

Running Tests

cargo test --all-features will test most features of the creates in this repository, however some feature combinations will not be tested. See justfile for all commands to run the complete feature matrix test suite.

License

Licensed under either of

at your option.