rsvim_core 0.1.2

The core library for RSVIM text editor.
Documentation
1
2
3
4
5
6
7
8
//! APIs for `globalThis` namespace.
//! See WinterCG standard: <https://github.com/wintercg/proposal-common-minimum-api>
//! See MDN javascript documents: <https://developer.mozilla.org/en-US/>

pub mod timeout;

#[cfg(test)]
mod timeout_tests;