Skip to content

Nutmeg 0.1.1

Compare
Choose a tag to compare
@sourcefrog sourcefrog released this 23 Mar 05:12
· 35 commits to main since this release
v0.1.1
  • API change: View::message takes the message as an AsRef<str>, meaning it may be either a &str or String. This makes the common case where the message is the result of format! a little easier.