aboutsummaryrefslogtreecommitdiff
path: root/src/parse.rs
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-06-29 19:42:17 -0600
committerMelody Horn <melody@boringcactus.com>2021-06-29 19:42:17 -0600
commit2e576c9c0c95dbd5676fb684bd50b1876f738d64 (patch)
treef566b2ad1cc2e8b0af8da75016aa5fd39acaee4c /src/parse.rs
parent79bdc603c7654d0b951dc8938482d9d9c41e98eb (diff)
downloadriir-wxwidgets-2e576c9c0c95dbd5676fb684bd50b1876f738d64.tar.gz
riir-wxwidgets-2e576c9c0c95dbd5676fb684bd50b1876f738d64.zip
friendship ended with clang, janky hand rolled bullshit is my new best friend
Diffstat (limited to 'src/parse.rs')
-rw-r--r--src/parse.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/parse.rs b/src/parse.rs
new file mode 100644
index 0000000..e528f01
--- /dev/null
+++ b/src/parse.rs
@@ -0,0 +1,6 @@
+#[derive(Debug)]
+pub struct FileItem;
+
+pub fn parse(file: &str) -> Vec<FileItem> {
+ todo!()
+}