contextfree / winrt-rust

Use and (eventually) make Windows Runtime APIs with Rust
Apache License 2.0
142 stars 10 forks source link

Use main() -> Result<...> in the examples #73

Open Boddlnagg opened 5 years ago

Boddlnagg commented 5 years ago

... and then use ? instead of unwrap everywhere.