rsvim_core 0.1.2

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

#[test]
fn display1() {
  let actual1 = format!("{}", FileEncodingOption::Utf8);
  assert_eq!(actual1, "utf-8");
}