refactor: model.rs -> textbuf/model.rs

This commit is contained in:
graelo 2021-03-19 23:29:36 +01:00
parent a5e3ed263c
commit 9afdcf3db2
4 changed files with 14 additions and 11 deletions

3
src/textbuf/mod.rs Normal file
View file

@ -0,0 +1,3 @@
mod model;
pub use model::{Match, Model};