Skip to content

0.12.6

Compare
Choose a tag to compare
@dtolnay dtolnay released this 17 Jan 19:03
· 3556 commits to master since this release
0.12.6
bcf16a5
  • Add method to iterate over the fields in a Fields regardless of whether they are named or unnamed (#324, thanks @sgrif)
  • Expose iterator methods on Generics to iterate over just the type parameters, just the lifetime parameters, or just the const parameters (#327, thanks @sgrif)