Docs.rs
unistore-sqlite-0.1.0
unistore-sqlite 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
yangbo1317
Dependencies
async-trait ^0.1
normal
dirs ^5.0
normal
parking_lot ^0.12
normal
rusqlite ^0.32
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2
normal
unistore-core ^0.1.0
normal
tempfile ^3
dev
tokio ^1
dev
Versions
100%
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
Rows
unistore_
sqlite
0.1.0
Rows
Aliased Type
In crate unistore_
sqlite
unistore_sqlite
Type Alias
Rows
Copy item path
Source
pub type Rows =
Vec
<
Row
>;
Expand description
多行结果集
Aliased Type
§
pub struct Rows {
/* private fields */
}