Docs.rs
valu3-0.7.0
valu3 0.7.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
codephi
Dependencies
bincode ^1.3.3
normal
optional
chrono ^0.4.39
normal
pest ^2.7.15
normal
pest_derive ^2.7.15
normal
regex ^1.11.1
normal
serde ^1.0.216
normal
optional
valu3-derive ^0.7.0
normal
optional
rand ^0.8.5
dev
serde_json ^1.0.134
dev
Versions
21.37%
of the crate is documented
Go to latest version
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
valu3
0.7.0
Module traits
Module Items
Traits
In crate valu3
valu3
Module
traits
Copy item path
Source
Traits
ยง
From
Value
Behavior
A trait for converting
Value
to types.
Primitive
Type
ToJson
Behavior
A trait for converting types to JSON strings.
ToValue
Behavior
A trait for converting types to
Value
.
ToXml
Behavior
A trait for converting types to XML strings.
ToYaml
Behavior
A trait for converting types to YAML strings.
Value
KeyBehavior