alma 0.1.0

A Bevy-native modal text editor with Vim-style navigation.
Documentation
1
2
3
4
5
//! Editor rendering backend boundary.

mod adapter;

pub use adapter::{EditorBackendAdapter, EditorBackendSnapshot, EditorSyncReport};