mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-26 23:06:27 +00:00
chore: Rename the library "pentium" 🎉
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user