about summary refs log tree commit diff
path: root/users/aspen/achilles/src/common/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'users/aspen/achilles/src/common/mod.rs')
-rw-r--r--users/aspen/achilles/src/common/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/aspen/achilles/src/common/mod.rs b/users/aspen/achilles/src/common/mod.rs
new file mode 100644
index 0000000000..8368a6dd18
--- /dev/null
+++ b/users/aspen/achilles/src/common/mod.rs
@@ -0,0 +1,6 @@
+pub(crate) mod env;
+pub(crate) mod error;
+pub(crate) mod namer;
+
+pub use error::{Error, Result};
+pub use namer::{Namer, NamerOf};