WIP
This commit is contained in:
parent
89d25458ac
commit
f9d8e952f2
5 changed files with 76 additions and 17 deletions
|
@ -22,7 +22,7 @@ pub struct MatchCandidate<'a> {
|
|||
pub struct PathMatch {
|
||||
pub score: f64,
|
||||
pub positions: Vec<usize>,
|
||||
pub tree_id: usize,
|
||||
pub tree_id: u64,
|
||||
pub path: Arc<Path>,
|
||||
pub include_root_name: bool,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue