enum_delegate 0.2.0

Easily replace dynamic dispatch with an enum, for speed and serialization
Documentation
1
2
3
4
5
error: enum_delegate requires variants to be of the form VariantName(SomeType)
 --> tests_error/error_invalid_variant.rs:6:5
  |
6 |     I,
  |     ^