Docs.rs
sabiql-1.10.0
sabiql 1.10.0
Docs.rs crate page
MIT
05 April 2026
Links
Homepage
Repository
crates.io
Source
Owners
riii111
Dependencies
arboard ^3
normal
async-trait ^0.1
normal
clap ^4
normal
color-eyre ^0.6
normal
crossterm ^0.29
normal
csv ^1
normal
dirs ^5
normal
dotenvy ^0.15
normal
futures ^0.3
normal
lru ^0.16
normal
nucleo-matcher ^0.3
normal
ratatui ^0.30
normal
self_update ^0.42
normal
optional
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
tokio-util ^0.7
normal
toml ^0.8
normal
unicode-width ^0.2
normal
urlencoding ^2
normal
uuid ^1
normal
insta ^1
dev
mockall ^0.13
dev
pretty_assertions ^1
dev
rstest ^0.19
dev
tempfile ^3
dev
tokio ^1
dev
Versions
0.04%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
sabiql/
lib.rs
1
pub mod
app;
2
pub mod
domain;
3
pub mod
error;
4
pub mod
infra;
5
pub mod
ui;