Docs.rs
saneyaml-0.3.0
saneyaml 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jskoiz
Dependencies
ryu ^1.0
normal
serde ^1.0
normal
dhat ^0.3.3
dev
proptest ^1.6
dev
saphyr ^0.0.6
dev
saphyr-parser ^0.0.6
dev
serde ^1.0
dev
serde_json ^1.0
dev
serde_yaml ^0.9.34
dev
sha2 ^0.10
dev
toml ^0.8
dev
yaml-rust2 ^0.11.0
dev
Versions
100%
of the crate is documented
Platform
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
parse_bytes
saneyaml
0.3.0
saneyaml
Function
parse_
bytes
Copy item path
Source
pub fn parse_bytes(input: &[
u8
]) ->
Result
<
Node
>
Expand description
Parses a single YAML document from UTF-8 bytes.