edgedb-composable-query 0.0.1

ComposableQuery trait for EdgeDB. Use with edgedb-composable-query-derive.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
    name          = "edgedb-composable-query"
    version       = "0.0.1"
    edition       = "2021"
    license       = "MIT OR Apache-2.0"
    authors       = ["Valentin Golev"]
    description   = "ComposableQuery trait for EdgeDB. Use with edgedb-composable-query-derive."
    documentation = "https://docs.rs/edgedb-composable-query"

    # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
    edgedb-protocol = "0.6.0"
    itertools       = "0.11"