lib: export util::log

This commit is contained in:
Zhiming Wang 2020-08-10 21:57:55 +08:00
parent b139fd8d70
commit 48b5751752
No known key found for this signature in database
GPG Key ID: 5B58F95EC95965D8

View File

@ -23,6 +23,7 @@ pub use util::dictionary::Owned as Dictionary;
pub use util::dictionary::Ref as DictionaryRef; pub use util::dictionary::Ref as DictionaryRef;
pub use util::error::{self, Error}; pub use util::error::{self, Error};
pub use util::frame::{self, Frame}; pub use util::frame::{self, Frame};
pub use util::log;
pub use util::mathematics::{self, rescale, Rescale, Rounding}; pub use util::mathematics::{self, rescale, Rescale, Rounding};
pub use util::media; pub use util::media;
pub use util::option; pub use util::option;