Skip to content

Releases: Zettroke/declarative_enum_dispatch

declarative_enum_dispatch v0.1.3

06 Feb 01:03

Choose a tag to compare

  • Add no_std support (thanks to @gwilymk)
  • Minor docs/readme changes

declarative_enum_dispatch v0.1.2

04 Aug 12:18

Choose a tag to compare

  • Add support for async functions
  • Allow trailing comma in argument list

declarative_enum_dispatch v0.1.1

06 Jun 00:56

Choose a tag to compare

Add support for trait inheritance and lifetime
a.k.a

pub trait ShapeTrait: Clone + std::fmt::Debug + 'static {}

Limitation

Only one lifetime is supported, standalone or at the end of a trait list.