lala 0.1.0

A modern, lightweight text editor with GUI and CLI support for Markdown, HTML, Mermaid, and LaTeX
Documentation
1
2
3
4
5
pub mod buffer;

#[allow(unused_imports)]
pub use buffer::Position;
pub use buffer::{Buffer, BufferId, Range};