From f7c23142e8c73732fe3f75d03dc36e905f28715b Mon Sep 17 00:00:00 2001 From: tslil Date: Fri, 31 Oct 2025 11:29:08 +0000 Subject: Refactor selection functions into a module, one function per file --- rprt-engine/src/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'rprt-engine/src/lib.rs') diff --git a/rprt-engine/src/lib.rs b/rprt-engine/src/lib.rs index 3eda2e4..8886578 100644 --- a/rprt-engine/src/lib.rs +++ b/rprt-engine/src/lib.rs @@ -1,10 +1,8 @@ -// RPRT Engine - Core text editing functionality - pub mod buffer; pub mod expression; pub mod monad; pub mod parser; pub mod selection; -pub mod selection_function; +pub mod selection_functions; pub mod state; pub mod token; -- cgit v1.2.3