//! The ultimate goal of this project is to provide fluent interaction between Rust and the .NET
//! ecosystem. Currently, the focus is mostly upon providing a clean API to host the Common Language
//! Runtime (CLR) as intended.
extern crate winapi;
extern crate com_rs as com;