Skip to content

edgedb/edgedb-rust

Repository files navigation

EdgeDB Rust Binding

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, and moved to CLI tool repository)

Running Tests

Due to cargo's limitation on propagation of "features", tests can only be run as few separate command-lines:

cargo test --workspace
cd edgedb-protocol; cargo test --no-default-features

License

Licensed under either of

at your option.

About

The official Rust binding for EdgeDB

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages