pinel 0.6.1

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

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