zrd-core 0.1.2

Core editing logic for Zrd text editor (platform-agnostic)
Documentation
1
2
3
4
5
6
7
pub mod actions;
pub mod engine;
pub mod state;

pub use actions::EditorAction;
pub use engine::EditorEngine;
pub use state::{BufferPosition, EditorState};