serde_yaml_gtc 2.5.2

Temp copy for serde_yaml_bw until version 2.5.2 is on crates. YAML support for Serde with an emphasis on panic-free parsing (including malformed YAML).
Documentation
1
2
3
4
5
6
mod cstr;
pub mod emitter;
pub mod error;
pub mod parser;
pub mod tag;
mod util;