Skip to content

Nutmeg 0.0.2

Compare
Choose a tag to compare
@sourcefrog sourcefrog released this 07 Mar 15:43
· 68 commits to main since this release
v0.0.2
  • API change: Renamed nutmeg::ViewOptions to just nutmeg::Options.

  • Fixed: A bug that caused leftover text when multi-line bars shrink in width.

  • Fixed: The output from bars created with View::new and View::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 using write!().

  • New example/multithreaded.rs showing how a View and Model can be shared across threads.