This workspace is a collection of Rust crates for the Gel database. Individual docs can currently be found on docs.rs:
- gel-tokio -- client using Tokio async runtime,
- gel-derive -- derive macro for data structures fetched from the database,
- gel-protocol -- low-level definitions for data model of the Gel protocol.
- gel-errors -- low-level definitions for data model of the Gel protocol.
See justfile for all commands to run the tests.
Licensed under either of
- Apache License, Version 2.0, (./LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (./LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.