aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-01-12 21:03:25 -0800
committerRose Hogenson <rosehogenson@posteo.net>2024-01-12 21:03:25 -0800
commita41476ac28083a2d8a54161d4177b3ee5c028525 (patch)
tree34355d8e623ae56ca9f3cd5a8376bb0807a5c5b5 /src/lib.rs
parentUpdate Cargo.lock. (diff)
downloadeditor-a41476ac28083a2d8a54161d4177b3ee5c028525.tar.zst
Start tuning the performance of rope.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
new file mode 100644
index 0000000..a382743
--- /dev/null
+++ b/src/lib.rs
@@ -0,0 +1,2 @@
+pub mod rope;
+pub mod term;