Skip to content

v0.2.0

Latest

Choose a tag to compare

@ghostdogpr ghostdogpr released this 19 Mar 00:40
· 5 commits to master since this release
6bbbb6b

Release Notes

In this release, State[S] has been split into StateReader[+S] (read-only) and StateWriter[-S] (write-only) sub-traits, allowing functions to declare the minimum access they need (see #3).