Does anyone now how to properly quote a Rust enum in Powershell?

⚓ Rust    📅 2025-07-09    👤 surdeus    👁️ 4      

surdeus

In 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

Read full topic

🏷️ rust_feed