Docs.rs
optionable-0.13.6
optionable 0.13.6
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ngergs
Dependencies
chrono ^0.4.44
normal
optional
jiff ^0.2.23
normal
optional
k8s-openapi ^0.26.1
normal
optional
k8s-openapi ^0.27.1
normal
optional
kube ^3.1.0
normal
optional
optionable_derive ^0.10.2
normal
optional
serde ^1.0.228
normal
optional
serde_json ^1.0.149
normal
optional
fake ^4.4.0
dev
schemars ^1.2.1
dev
serde ^1.0.228
dev
serde_json ^1.0.149
dev
Versions
100%
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
optionable/
serde_json.rs
1
use
crate
::optionable::impl_optional_self;
2
use
serde_json::Value;
3
4
impl_optional_self!
(Value);