Skip to content

0.6.1

Latest
Compare
Choose a tag to compare
@kangalio kangalio released this 11 Jan 14:09
· 20 commits to current since this release

New features:

  • Choice parameters can now be defined inline in a function signature (6167311)

    For example:

    #[choices("Europe", "Asia", "Africa", "America", "Australia", "Antarctica")]
    continent: &'static str

Detailed changelog: v0.6.0...v0.6.1

Thanks to @kangalio!