ane-editor 0.2.0

A New Editor / Agent Native Editor — a modern vim-inspired terminal editor built for humans and code agents
Documentation
1
2
3
4
5
6
pub mod commands;
pub mod core;
pub mod data;

#[cfg(feature = "frontends")]
pub mod frontend;