start query-based modules

This commit is contained in:
Aleksey Kladov 2018-09-10 20:14:31 +03:00
parent 6ee4c287f9
commit 99d02fe583
7 changed files with 365 additions and 45 deletions

View file

@ -9,12 +9,15 @@ extern crate rayon;
extern crate relative_path;
#[macro_use]
extern crate crossbeam_channel;
extern crate im;
mod symbol_index;
mod module_map;
mod module_map_db;
mod imp;
mod job;
mod roots;
mod db;
use std::{
sync::Arc,