rudb-parse 0.3.19

The SQL lexer, parser and AST, with a textual form that round trips.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rudb-common"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2a7ffc9cb7923b2b4f05c8e1bea3571c422077951efdd8b12217735d60b20b3"

[[package]]
name = "rudb-parse"
version = "0.3.19"
dependencies = [
 "rudb-common",
]