Closed paolobarbolini closed 4 years ago
I need to get my benchmarking setup working to compare different versions of rawloader instead of different versions of rust to be able to validate this. It's probably fine though.
I'm curious why you care about this though. enum_primitive
seems to be very widely used by many crates whereas enumn
has no published crates using it yet. What's the advantage?
Dropping syn 0.x
Thanks!
This replaces my original attempt at replacing enum_primitive with a maintained crate by instead using enumn, a much smaller and simpler crate made by the same author of popular crates like syn.
Here's the relevant enumn's generated code: