Docs.rs
sql_lexer-0.9.5
sql_lexer 0.9.5
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
thijsc
tombruijn
luismiramirez
unflxw
Dependencies
Versions
3.67%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate sql_lexer
Version 0.9.5
All Items
Structs
Enums
Functions
?
Crate
sql_lexer
source
·
[
−
]
Structs
BufferSlice
Sql
Enums
ArithmeticOperator
BitwiseOperator
ComparisonOperator
JsonOperator
Keyword
LiteralValueTypeIndicator
LogicalOperator
Operator
Token
Functions
lex
Lex a sql string into a
Sql
struct that contains the original buffer and the tokens found.
sanitize
Sanitize a
Sql
struct
sanitize_string
Returns a sanitized sql string
write
Write a
Sql
struct back to a sql string.