Nutmeg 0.0.2
-
API change: Renamed
nutmeg::ViewOptions
to justnutmeg::Options
. -
Fixed: A bug that caused leftover text when multi-line bars shrink in width.
-
Fixed: The output from bars created with
View::new
andView::to_stderr
in Rust tests is captured with the test output rather than leaking through to cargo's output. -
New method
View::message
to print a message to the terminal, as an alternative to usingwrite!()
. -
New
example/multithreaded.rs
showing how a View and Model can be shared across threads.