aboutsummaryrefslogtreecommitdiff
path: root/rprt-engine/src/lib.rs
blob: 416b65f1741fb29eb393d841baf5f70608a096ea (plain)
1
2
3
4
5
6
7
// RPRT Engine - Core text editing functionality

pub mod buffer;
pub mod selection;

pub use buffer::*;
pub use selection::*;