aboutsummaryrefslogtreecommitdiff
path: root/rprt-engine/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rprt-engine/src/lib.rs')
-rw-r--r--rprt-engine/src/lib.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/rprt-engine/src/lib.rs b/rprt-engine/src/lib.rs
new file mode 100644
index 0000000..416b65f
--- /dev/null
+++ b/rprt-engine/src/lib.rs
@@ -0,0 +1,7 @@
+// RPRT Engine - Core text editing functionality
+
+pub mod buffer;
+pub mod selection;
+
+pub use buffer::*;
+pub use selection::*;