Docs.rs
serde_jcs-0.1.0
serde_jcs 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
l1h3r
Dependencies
ryu-js ^0.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
Versions
100%
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
Crate serde_jcs
serde_
jcs
0.1.0
All Items
Sections
References
Crate Items
Functions
Crate
serde_
jcs
Copy item path
Source
Expand description
JSON Canonicalization Scheme (JCS)
§
References
RFC 8785
Functions
§
to_
string
Serialize the given value as a String of JSON.
to_vec
Serialize the given value as a JSON byte vector.
to_
writer
Serialize the given value as JSON into the IO stream.