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
//! User interface.

pub mod canvas;
pub mod tree;
pub mod viewport;
pub mod widget;

#[cfg(test)]
mod canvas_tests;
#[cfg(test)]
mod viewport_tests;