rudb-parse 0.2.8

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.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcd2cba86fc5fc9889f0331de09a474db085a558d75aa2fc704b2184d8f3f03e"

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