rsvim_core 0.1.3-alpha.2

The core library for RSVIM text editor.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Testing utils (should be only used in unit tests).
//!
//! NOTE: This module should be only used in unit tests, not some where else.

pub mod buf;
pub mod evloop;
pub mod fsm;
pub mod js;
pub mod log;
pub mod tree;
pub mod viewport;