Does anyone now how to properly quote a Rust enum in Powershell?
⚓ Rust 📅 2025-07-09 👤 surdeus 👁️ 18In bash you can use '{ "North": {} }' if you want to provide the North variant of an enum as CLI arg but that isn't working on Windows in Powershell.
2 posts - 2 participants
🏷️ rust_feed