expose the size methods

This commit is contained in:
Irevoire
2022-08-11 11:15:46 +02:00
parent e96b852107
commit 4aae07d5f5
14 changed files with 39 additions and 17 deletions

View File

@ -7,7 +7,7 @@ use byte_unit::Byte;
use heed::EnvOpenOptions;
use milli::facet::FacetType;
use milli::index::db_name::*;
use milli::{FieldId, Index};
use milli::{heed, FieldId, Index};
use structopt::StructOpt;
use Command::*;