pinel 0.6.1

A lightweight editor built with rust
1
2
3
4
5
6
7
pub mod editor;
pub mod sidebar;
pub mod styles;

pub use editor::*;
pub use sidebar::*;
pub use styles::*;