Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-27 | Add license (GNU GPLv3+)v0.0.1 | Teddy Wing | |
2022-03-23 | yaml::write: Add documentation | Teddy Wing | |
2022-03-21 | Add placeholders for code documentation reminders | Teddy Wing | |
2022-03-19 | main: Write YAML to standard output | Teddy Wing | |
Create an adapter from `std::fmt::Write` to `std::io::Write` based on the following idea in the standard library: https://github.com/rust-lang/rust/blob/master/library/std/src/io/mod.rs#L1634-L1652 Since `yaml_rust::YamlEmitter::new()` requires a `std::fmt::Write`, adapt standard output so the emitter can write to it. |