Docs.rs
rustledger-query-0.5.2
rustledger-query 0.5.2
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
robcohen
Dependencies
ariadne ^0.6
normal
chrono ^0.4
normal
chumsky ^1.0.0-alpha.7
normal
regex ^1
normal
rust_decimal ^1.40
normal
rustledger-core ^0.5.2
normal
thiserror ^2
normal
criterion ^0.8
dev
insta ^1
dev
rust_decimal_macros ^1.40
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
Row
rustledger_
query
0.5.2
Row
Aliased Type
In rustledger_
query::
executor
rustledger_query
::
executor
Type Alias
Row
Copy item path
Source
pub type Row =
Vec
<
Value
>;
Expand description
A row of query results.
Aliased Type
ยง
pub struct Row {
/* private fields */
}