chore: Rename the library "pentium" 🎉

This commit is contained in:
Clément Renault
2018-10-21 16:40:41 +02:00
parent 13cf084751
commit cf41b20fbb
6 changed files with 21 additions and 17 deletions

View File

@ -7,7 +7,7 @@ use std::path::PathBuf;
use serde_json::from_str;
use rocksdb::{SstFileWriter, EnvOptions, ColumnFamilyOptions};
use raptor::{MetadataBuilder, DocIndex, Tokenizer, CommonWords};
use pentium::{MetadataBuilder, DocIndex, Tokenizer, CommonWords};
use structopt::StructOpt;
#[derive(Debug, StructOpt)]