generalize marking infrastructure

This commit is contained in:
Aleksey Kladov 2019-01-23 15:36:29 +03:00
parent b846832b8b
commit 45da21672a
6 changed files with 91 additions and 86 deletions

View file

@ -1,5 +1,10 @@
use std::fs;
use std::path::{Path, PathBuf};
#[macro_use]
pub mod marks;
use std::{
fs,
path::{Path, PathBuf}
};
use text_unit::{TextRange, TextUnit};
use serde_json::Value;