fix: Expose some internal functions

This commit is contained in:
Clément Renault
2019-08-29 15:11:51 +02:00
parent 6f34dccc89
commit e20a038970
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ mod indexer;
mod serializer;
pub use self::deserializer::Deserializer;
pub use self::extract_document_id::{extract_document_id, compute_document_id};
pub use self::extract_document_id::{extract_document_id, compute_document_id, value_to_string};
pub use self::convert_to_string::ConvertToString;
pub use self::convert_to_number::ConvertToNumber;
pub use self::indexer::Indexer;