Docs.rs
solidb-0.12.1
solidb 0.12.1
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
solisoft
Dependencies
anyhow ^1.0
normal
argon2 ^0.5
normal
async-stream ^0.3
normal
async-trait ^0.1
normal
axum ^0.8.7
normal
base32 ^0.4
normal
base64 ^0.22
normal
bincode ^1.3
normal
chrono ^0.4
normal
chrono-tz ^0.10
normal
clap ^4.4
normal
colored ^3.0
normal
cookie ^0.18
normal
cron ^0.12
normal
crossterm ^0.28
normal
csv ^1.4.0
normal
cuckoofilter ^0.5
normal
dashmap ^6
normal
dotenvy ^0.15
normal
fastbloom ^0.14.0
normal
fuser ^0.16
normal
optional
futures ^0.3.31
normal
hex ^0.4
normal
hmac ^0.12
normal
hostname ^0.4
normal
image ^0.25
normal
indicatif ^0.18
normal
jsonschema ^0.38
normal
jsonwebtoken ^9.3
normal
libc ^0.2
normal
lru ^0.16
normal
lz4_flex ^0.11
normal
md5 ^0.7
normal
mlua ^0.11.5
normal
nanoid ^0.4
normal
notify ^6
normal
once_cell ^1.19
normal
openssl ^0.10
normal
parking_lot ^0.12
normal
prometheus ^0.14
normal
rand ^0.8
normal
rand_core ^0.6
normal
ratatui ^0.29
normal
rayon ^1.8
normal
regex ^1.10
normal
reqwest ^0.12
normal
rmp-serde ^1.3.1
normal
rocksdb ^0.24
normal
rpassword ^7
normal
rustyline ^15.0
normal
sanitizer ^0.1
normal
seahash ^4.1
normal
serde ^1.0
normal
serde_bytes ^0.11
normal
serde_json ^1.0
normal
serde_urlencoded ^0.7
normal
sha2 ^0.10
normal
similar ^2
normal
slug ^0.1
normal
sysinfo ^0.30
normal
tempfile ^3.10
normal
thiserror ^2.0
normal
time ^0.3.47
normal
tokio ^1.35
normal
tokio-tungstenite ^0.28
normal
toml ^0.8
normal
tower ^0.5.2
normal
tower-http ^0.6.8
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
tui-textarea ^0.7
normal
ulid ^1.1
normal
url ^2.4
normal
uuid ^1.6
normal
uuid7 ^1.0
normal
walkdir ^2
normal
x25519-dalek ^2.0
normal
tokio-test ^0.4
dev
Versions
47.91%
of the crate is documented
Go to latest version
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 utils
solidb
0.12.1
Module utils
Module Items
Functions
In solidb::
sdbql::
executor
solidb
::
sdbql
::
executor
Module
utils
Copy item path
Source
Functions
ยง
format_
expression
Format an Expression as a human-readable string
number_
from_
f64
Convert f64 to serde_json::Number, returning 0 for NaN/Infinity instead of panicking
parse_
datetime
Parse a date value (timestamp or ISO string) into DateTime
safe_
regex
Create a regex with safety limits to prevent ReDoS attacks. While the Rust regex crate is inherently ReDoS-resistant (uses Thompson NFA), we still limit pattern size and compiled size to prevent memory exhaustion.