Docs.rs
sql-rs-0.1.0
sql-rs 0.1.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
yingkitw
Dependencies
anyhow ^1.0
normal
bincode ^1.3
normal
clap ^4.5
normal
memmap2 ^0.9
normal
parking_lot ^0.12
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
criterion ^0.5
dev
tempfile ^3.10
dev
Versions
0.63%
of the crate is documented
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
sql_rs/types/
mod.rs
1
mod
value;
2
mod
schema;
3
4
pub use
value::Value;
5
pub use
schema::{Schema, Column, ColumnType};