8000 GitHub - fantix/edgedb-rust: EdgeDB Rust binding. WIP.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fantix/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

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%
0