Docs.rs
rest-sql-0.3.0
rest-sql 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dohr-michael
Dependencies
serde ^1
normal
optional
thiserror ^2
normal
criterion ^0.8
dev
Versions
36.29%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module token
rest_
sql
0.3.0
Module token
Module Items
Structs
Enums
Constants
Functions
In rest_
sql::
parsing
rest_sql
::
parsing
Module
token
Copy item path
Source
Structs
§
Spanned
A token paired with the byte range it occupies in the source string.
Enums
§
Token
A single lexical token.
Constants
§
OPERATORS
Operator table — single source of truth for all supported operators.
Functions
§
operator_
map