rsvim_core 0.1.3-alpha.2

The core library for RSVIM text editor.
Documentation
//! APIs for `Rsvim` namespace.

pub mod buf;
pub mod cmd;
pub mod fs;
pub mod opt;
pub mod rt;
pub mod syn;

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