Introduce the FacetValue enum type

This commit is contained in:
Clément Renault 2021-01-13 11:30:27 +01:00 committed by Kerollmops
parent d893e83622
commit 51a37de885
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,6 @@
mod facet_type;
mod facet_value;
pub mod value_encoding;
pub use self::facet_type::FacetType;
pub use self::facet_value::FacetValue;