contextfree / winrt-rust

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

Make runtime (un-)initialization implicit in most cases #72

Closed Boddlnagg closed 5 years ago

Boddlnagg commented 5 years ago

... and allow STA initialization (fixes #62).

@rbtying @BenJKuhn Can you have a look at this?

Boddlnagg commented 5 years ago

Generally in the Rust crate ecosystem there are no strong stability guarantees for pre-1.0 versions. At least that is my impression. The versions are not semver-compatible anyway, so I think a hard removal is not a problem. But you might be able to convince me otherwise ;-)