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,8 +7,8 @@ use std::path::PathBuf;
use std::error::Error;
use std::sync::Arc;
use raptor::rank::{criterion, Config, RankedStream};
use raptor::{automaton, Metadata, CommonWords};
use pentium::rank::{criterion, Config, RankedStream};
use pentium::{automaton, Metadata};
use rocksdb::{DB, DBOptions, IngestExternalFileOptions};
use warp::Filter;
use structopt::StructOpt;