summaryrefslogtreecommitdiffstats
path: root/third_party/rust/rure/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--third_party/rust/rure/src/lib.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/rust/rure/src/lib.rs b/third_party/rust/rure/src/lib.rs
new file mode 100644
index 0000000000..aa03c60aff
--- /dev/null
+++ b/third_party/rust/rure/src/lib.rs
@@ -0,0 +1,7 @@
+#[macro_use]
+mod macros;
+mod error;
+mod rure;
+
+pub use crate::error::*;
+pub use crate::rure::*;