Skip to content

Nutmeg 0.1.1

Choose a tag to compare

@sourcefrog sourcefrog released this 23 Mar 05:12
· 43 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.