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!