contextfree / winrt-rust

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

Implement runtime IID calculation for parametric interfaces via const fn #76

Open Boddlnagg opened 5 years ago

Boddlnagg commented 5 years ago

First step towards const fn evaluation. Changes:

Finishing this depends on at least https://github.com/rust-lang/rfcs/pull/2632