Reexport the grenad CompressionType from milli

This commit is contained in:
Kerollmops 2021-08-24 18:15:31 +02:00
parent f2e1591826
commit af65485ba7
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 2 additions and 3 deletions

View file

@ -20,6 +20,7 @@ use std::hash::BuildHasherDefault;
use std::result::Result as StdResult;
use fxhash::{FxHasher32, FxHasher64};
pub use grenad::CompressionType;
use serde_json::{Map, Value};
pub use self::criterion::{default_criteria, AscDesc, Criterion};