contextfree / winrt-rust

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

Enforce README examples testing #86

Open GuillaumeGomez opened 4 years ago

GuillaumeGomez commented 4 years ago

I saw the comment in your lib.rs file so here you go!

PS: to enforce this even more, I'd recommend you to run cargo test in your appveyor CI (didn't see a file to set it up in the repository). It'll run doc tests as well.