kite 0.2.1

Search engine library
Documentation
1
2
3
4
5
6
7
use term::Term;

#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
pub struct Token {
    pub term: Term,
    pub position: u32,
}