rsvim_core 0.1.2

The core library for RSVIM text editor.
Documentation
1
2
3
4
5
6
use super::js::*;

#[test]
fn next_future_id1() {
  assert!(next_future_id() > 0);
}