rsvim_core 0.1.2

The core library for RSVIM text editor.
Documentation
1
2
3
4
5
6
7
8
9
//! Messages between [`EventLoop`](crate::evloop::EventLoop) and
//! [`JsRuntime`](crate::js::JsRuntime).

// Re-export
pub use jsrt::*;
pub use master::*;

pub mod jsrt;
pub mod master;