Simplify proto conversion

Trait based infra in conv.rs is significantly more complicated than
what we actually need here.
This commit is contained in:
Aleksey Kladov
2020-05-10 13:55:24 +02:00
parent 4578154b60
commit 1586bab0b9
8 changed files with 807 additions and 939 deletions

View File

@@ -20,9 +20,11 @@ macro_rules! eprintln {
mod vfs_glob;
mod caps;
mod cargo_target_spec;
mod conv;
mod to_proto;
mod from_proto;
mod main_loop;
mod markdown;
// TODO: rename to lsp_ext
pub mod req;
pub mod config;
mod world;