Docs.rs
oak-core-0.0.1
oak-core 0.0.1
Permalink
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fqq
github:ygg-lang:publisher
Dependencies
serde ^1.0.228
normal
serde_json ^1.0.145
normal
optional
smallvec ^1.13
normal
tracing ^0.1.41
normal
triomphe ^0.1.15
normal
url ^2.5.7
normal
walkdir ^2.5.0
normal
optional
serde_json ^1.0.145
dev
walkdir ^2.5.0
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
Module serde_range
oak_
core
0.0.1
Module serde_
range
Module Items
Modules
Functions
In crate oak_
core
oak_core
Module
serde_
range
Copy item path
Source
Expand description
Serde support for
core::range::Range
.
Modules
§
option
Serde support for
Option<Range<T>>
.
Functions
§
deserialize
Deserializes a
Range<T>
.
serialize
Serializes a
Range<T>
.