Docs.rs
partiql-value-0.14.0
partiql-value 0.14.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
almann
github:partiql:ion
jpschorr
am357
alancai98
Dependencies
delegate ^0.13
normal
dyn-clone ^1
normal
dyn-hash ^0.2
normal
itertools ^0.14
normal
lasso ^0.7
normal
ordered-float ^5
normal
partiql-common 0.14.*
normal
partiql-types 0.14.*
normal
pretty ^0.12
normal
rust_decimal ^1.36.0
normal
rust_decimal_macros ^1.36
normal
serde ^1
normal
optional
thiserror ^1.0
normal
time ^0.3
normal
typetag ^0.2
normal
optional
unicase ^2.7
normal
Versions
9.48%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
tuple
partiql_
value
0.14.0
partiql_value
Macro
tuple
Copy item path
Source
macro_rules! tuple { () => { ... }; ($(($x:expr, $y:expr)),+ $(,)?) => { ... }; }