1
2
3
4
5
//! 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.

pub mod host;