Peternator7 / strum

A small rust library for adding custom derives to enums
https://crates.io/crates/strum
MIT License
1.8k stars 151 forks source link

CStr support #371

Open definitelynobody opened 3 months ago

definitelynobody commented 3 months ago

IntoStaticCStr or something similar would be helpful to get Into<&CStr>

DTrippe commented 2 months ago

Also interested in this. Willing to put in time to get it in.