pinel 0.5.0

A lightweight editor built with rust
1
2
3
4
5
//! Application-level event subscriptions grouped by concern.

pub mod keyboard;
pub mod mouse;
pub mod window;