This workspace is a collection of Rust crates for EdgeDB support. Individual docs can currently be found on docs.rs:
- edgedb-tokio -- client for Tokio
- edgedb-derive -- derive macro for data structures fetched from the database
- Async-std bindings edgedb-client (currently deprecated)
Due to cargo's limitation on propagation of "features", tests can only be run as few separate command-lines:
cargo test --workspace --exclude edgedb-tokio
cargo test -p edgeql-tokio
cd edgedb-protocol; cargo test --no-default-features
Licensed under either of
- Apache License, Version 2.0, (./LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (./LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.