edgedb-errors 0.2.0

Error types for EdgeDB database client.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "edgedb-errors"
license = "MIT/Apache-2.0"
version = "0.2.0"
authors = ["MagicStack Inc. <hello@magic.io>"]
edition = "2018"
description = """
    Error types for EdgeDB database client.
"""

[dependencies]
bytes = "1.0.1"

[features]

[lib]