aboutsummaryrefslogtreecommitdiff
path: root/src/utils/mod.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-24 11:53:01 -0700
committerFuwn <[email protected]>2021-03-24 11:53:01 -0700
commit36cc87e3dc5ddc082d5ad70e55e8bfe1e8a5a85d (patch)
tree31fecab5a449f36d66aeae4fc3fb226d89c54278 /src/utils/mod.rs
parentformat: Update annotation (diff)
downloadwhirl-deprecated-legacy.tar.xz
whirl-deprecated-legacy.zip
feature: Byte utilitiesdeprecated-maindeprecated-legacy
Diffstat (limited to 'src/utils/mod.rs')
-rw-r--r--src/utils/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/mod.rs b/src/utils/mod.rs
index 1f54796..66f6db0 100644
--- a/src/utils/mod.rs
+++ b/src/utils/mod.rs
@@ -1,2 +1,3 @@
+pub mod byte;
pub mod db;
pub mod web;