Docs.rs
quill-sql-0.3.1
quill-sql 0.3.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
feichai0017
Dependencies
axum ^0.7
normal
clap ^4.3.19
normal
comfy-table ^7.1.0
normal
dashmap ^6.1.0
normal
derive-new ^0.7.0
normal
derive-with ^0.6.0
normal
env_logger ^0.11.5
normal
holt ^0.4.1
normal
log ^0.4.21
normal
parking_lot ^0.12.1
normal
rustyline ^15.0.0
normal
serde ^1.0
normal
sqlparser ^0.34.0
normal
strum ^0.26
normal
tempfile ^3.12.0
normal
thiserror ^2.0.12
normal
tokio ^1.41.1
normal
tower-http ^0.5
normal
criterion ^0.5
dev
postgres ^0.19
dev
pprof ^0.15.0
dev
rand ^0.9.1
dev
rand_chacha ^0.9
dev
regex ^1.9.1
dev
rusqlite ^0.31
dev
sqllogictest ^0.13.0
dev
Versions
11.98%
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
Files
quill_sql/function/
mod.rs
1
mod
aggregate;
2
mod
scalar;
3
4
pub use
aggregate::
*
;