From e3568485ed6b427a193139450ff0546898e59f2e Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 13 Mar 2022 02:00:49 +0100 Subject: extract(): Idea for splitting up this function --- src/yaml.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/yaml.rs b/src/yaml.rs index 2517d62..9a7a517 100644 --- a/src/yaml.rs +++ b/src/yaml.rs @@ -9,6 +9,8 @@ mod sql; pub use sql::*; +// TODO: Separate functions to get a list of YAML hashes, and insert hashes into +// the database. pub fn extract( doc: &mut yaml::Yaml, tx: &rusqlite::Transaction, -- cgit v1.2.3