righter 0.1.0

A lightweight, memory-safe code editor built in Rust for Rust developers. Language support: Rust only.
Documentation
1
2
3
4
5
6
7
pub mod buffer;
pub mod config;
pub mod editor;
pub mod highlight;
pub mod input;
pub mod key;
pub mod lsp;