Skip to content

Releases: oli-obk/rust-si

Bugfix

27 May 08:27
v0.1.5
6b2090b
Compare
Choose a tag to compare
  • scan! can now be called in a submodule

Feature

27 May 08:31
Compare
Choose a tag to compare
  • allow reading into more than just variables in the scan! macro
    • an arbitrary expression that is valid on the left of an assignment is now legal
  • added scan! to the readme
  • added clippy badge to the repository

Feature

27 May 08:35
Compare
Choose a tag to compare
  • added a scan! macro to read multiple values in one expression
  • removed the unstable nightly feature for read! which allows reading into tuples
  • added the ability to read from arbitrary types that implement Iterator<Item=u8>