Skip to content

EdgeDB Rust binding. WIP.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

dneumair/edgedb-rust

 
 

Repository files navigation

EdgeDB Rust Binding

Work in progress...

Running Tests

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

cargo test --workspace --exclude edgeql-pytest
cargo build -p edgeql-python
cargo test -p edgeql-pytest
cd edgedb-protocol; cargo test --no-default-features

The cargo build is required to build the library used by edgeql-pytest.

License

Licensed under either of

at your option.

About

EdgeDB Rust binding. WIP.

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

  • Rust 100.0%