Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-20 | main: Print errors to standard error instead of panicking with `unwrap` | Teddy Wing | |
Use `anyhow` to add context to errors and a `main()` wrapper that prints error messages and their context to standard error. | |||
2022-03-19 | main: Emit multiline YAML output | Teddy Wing | |
Only works with `|` YAML instead of `>` flowed output. Use a forked `yaml-rust` crate published by https://github.com/davvid/yaml-rust that includes a patch to support multiline output. | |||
2022-03-13 | main(): Start adding command line argument parsing | Teddy Wing | |
2022-03-13 | get_column_names(): Remove `unwrap()`s | Teddy Wing | |
Return a `Result` and wrap errors in a `thiserror` struct. | |||
2022-03-07 | Try reading and parsing a YAML file | Teddy Wing | |
2022-03-07 | New Rust 1.59.0 project | Teddy Wing | |
$ rustc --version rustc 1.59.0 (9d1b2106e 2022-02-23) $ cargo init --bin |