chore: Remove Attribute and WordArea structures

This commit is contained in:
Clément Renault
2019-02-02 14:28:14 +01:00
parent 4c0ad5f964
commit 2e905bac08
9 changed files with 2 additions and 223 deletions

View File

@ -5,16 +5,12 @@ pub mod database;
pub mod data;
pub mod rank;
pub mod tokenizer;
mod attribute;
mod word_area;
mod common_words;
pub use rocksdb;
pub use self::tokenizer::Tokenizer;
pub use self::common_words::CommonWords;
pub use self::attribute::{Attribute, AttributeError};
pub use self::word_area::{WordArea, WordAreaError};
/// Represent an internally generated document unique identifier.
///