index
:
indexsearch
master
A File Content Indexer Written In Rust
Nathan Reiner <nathan@nathanreiner.xyz>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
searchresult.rs
blob: 6a0dd301b7c3b1f75a14ec15bbcee83231593414 (
plain
)
1
2
3
4
5
pub
struct
SearchResult
{
pub
priority
:
u64
,
pub
path
:
String
}