diff --git a/src/lib.rs b/src/lib.rs index 9aae3c6..ca137a5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,6 +23,7 @@ pub use util::dictionary::Owned as Dictionary; pub use util::dictionary::Ref as DictionaryRef; pub use util::error::{self, Error}; pub use util::frame::{self, Frame}; +pub use util::log; pub use util::mathematics::{self, rescale, Rescale, Rounding}; pub use util::media; pub use util::option;