MySQL enum to Rust enum
⚓ Rust 📅 2026-01-29 👤 surdeus 👁️ 9What's the idiomatic way to convert an SQL enum to a Rust enum?
Searches show the long way, a match on string name, and the use of a derive macro in "sqlx", an async crate. Is that macro available without "async"?
7 posts - 3 participants
🏷️ Rust_feed