Expose Uuid from the top level crate (#529)

This commit is contained in:
Emily Toop 2018-01-22 16:29:25 +00:00 committed by GitHub
parent 1fcc3d7e1b
commit 8cc7f0b72e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@ pub fn get_connection() -> Connection {
pub use mentat_core::{
TypedValue,
Uuid,
ValueType,
};