Skip to content

Improved ergonomics

Compare
Choose a tag to compare
@klingtnet klingtnet released this 19 Jul 16:02
· 61 commits to master since this release
839d15e

With this release development ergonomics improved slightly:

  • rosc now returns plain Result instead of the nom specific IResult (#33)
  • there's a new OscAddress type that allows validating OSC addresses only once. This change is also a performance improvement. (#32)

Special thanks to @DrLuke for implementing both changes and thus closing #29 and #30.