pinel 0.8.0

A lightweight editor built with rust
1
2
3
4
pub mod client;
pub mod config;

pub use config::{load, save, WakaTimeConfig};