Docs.rs
bytesize-serde-0.2.1
bytesize-serde 0.2.1
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
l4l
Dependencies
bytesize ^1
normal
serde ^1
normal
bincode ^1.3.3
dev
quickcheck ^1.0.3
dev
quickcheck_macros ^1.0.0
dev
serde ^1.0.136
dev
serde_json ^1.0.79
dev
Versions
33.33%
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
serialize
bytesize_
serde
0.2.1
bytesize_serde
Function
serialize
Copy item path
Source
pub fn serialize<S>(size: &
ByteSize
, serializer: S) ->
Result
<S::
Ok
, S::
Error
>
where S:
Serializer
,