edgedb-protocol 0.7.0

Low-level protocol implementation for EdgeDB database client. Use edgedb-tokio for applications instead. This crate has been renamed to gel-protocol.
1
2
3
4
5
6
7
/*!
The EdgeDB protocol for EdgeDB-Rust

This crate has been renamed to [gel-protocol](https://crates.io/crates/gel-protocol).
*/

compile_error!("edgedb-protocol has been renamed to gel-protocol");