diff options
author | Freya Murphy <freya@freyacat.org> | 2025-01-16 14:45:14 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-01-16 14:45:14 -0500 |
commit | 60985236c7070425c28aa0c5ce675306d06ab123 (patch) | |
tree | 7448aef5dadf19d4504151ebc370f9e20757ef10 /src/parse/mod.rs | |
download | iris-60985236c7070425c28aa0c5ce675306d06ab123.tar.gz iris-60985236c7070425c28aa0c5ce675306d06ab123.tar.bz2 iris-60985236c7070425c28aa0c5ce675306d06ab123.zip |
Diffstat (limited to 'src/parse/mod.rs')
-rw-r--r-- | src/parse/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parse/mod.rs b/src/parse/mod.rs new file mode 100644 index 0000000..2e6ab62 --- /dev/null +++ b/src/parse/mod.rs @@ -0,0 +1,2 @@ +pub mod de; +pub mod ser; |