This repository has been archived on 2025-11-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
text-editor/src/util/mod.rs

5 lines
124 B
Rust

pub(crate) mod display;
pub(crate) mod keymap;
pub(crate) use self::display::Display;
pub(crate) use self::keymap::Keymap;