aboutsummaryrefslogtreecommitdiffstats
path: root/src/yaml.rs
AgeCommit message (Expand)Author
2022-03-27Add license (GNU GPLv3+)v0.0.1Teddy Wing
2022-03-23extract(): Rename function to `db_insert()`Teddy Wing
2022-03-21Add placeholders for code documentation remindersTeddy Wing
2022-03-21get_column_names(): Use `HashSet` instead of `HashMap`Teddy Wing
2022-03-19main: Write YAML to standard outputTeddy Wing
2022-03-18yaml::sql::Yaml: Make this type `pub(crate)`Teddy Wing
2022-03-17Yaml: Wrap a `Cow<'_, yaml_rust::Yaml>` instead of `yaml_rust::Yaml`Teddy Wing
2022-03-13insert(): Remove `unwrap()`sTeddy Wing
2022-03-13extract(): Remove handled TODOTeddy Wing
2022-03-13extract(): Remove `unwrap()`sTeddy Wing
2022-03-13extract(): Idea for splitting up this functionTeddy Wing
2022-03-13yaqlite::insert(): Add testTeddy Wing
2022-03-12Move `yaml_extract()` to `yaqlite::yaml::extract()`Teddy Wing
2022-03-12Move `yaqlite::yaml` to `yaqlite::yaml::sql`Teddy Wing
2022-03-12Move `Yaml` newtype to a new module in library crateTeddy Wing