netcorehost 0.5.0

A Rust library for hosting .NET Core applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// Module for constants related to hostfxr or nethost or useful for interacting with them.
pub mod consts;

/// Module containing the raw bindings for hostfxr.
pub mod hostfxr;

/// Module containing the raw bindings for nethost.
pub mod nethost;

mod type_aliases;
pub use type_aliases::*;