rsvim_core 0.1.2

The core library for RSVIM text editor.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! APIs for `Rsvim` namespace.

pub mod buf;
pub mod cmd;
pub mod opt;
pub mod rt;

#[cfg(test)]
mod buf_tests;
#[cfg(test)]
mod cmd_tests;
#[cfg(test)]
mod opt_tests;
#[cfg(test)]
mod rt_tests;