Skip to content

Release 0.0.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@tuguzT tuguzT released this 30 Apr 05:39
· 38 commits to main since this release

Make Cons struct more flexible: remove required bound on tail generic argument for struct. This allows to simplify dependant trait bounds.

Bound on tail generic argument is required for Cons to be HList, so this bound should exist for trait implementation.