diff --git a/src/lib.rs b/src/lib.rs index 05a4ddb..aa95d1f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -124,10 +124,10 @@ mod jumprope; mod gapbuffer; mod utils; -mod iter; +pub mod iter; mod fast_str_tools; pub use crate::jumprope::JumpRope; mod buffered; -pub use crate::buffered::JumpRopeBuf; \ No newline at end of file +pub use crate::buffered::JumpRopeBuf;