Crate coreclr_hosting_shared

Source
Expand description

Shared bindings for the coreclr hosting components.

  • nethost-sys - bindings and downloader for the nethost library.
  • hostfxr-sys - bindings for the hostfxr library.
  • netcorehost - rusty wrapper over the nethost and hostfxr libraries.

§Additional Information

§License

Licensed under the MIT license (LICENSE or https://opensource.org/licenses/MIT)

Enums§

StatusCode
Status codes returned by the hosting APIs from hostfxr, hostpolicy and nethost.

Constants§

MAX_PATH
The maximum path length on windows platforms (kind of / not really).

Type Aliases§

char_t
The char type used in the hosting components. Defined as u16 on windows and as c_char otherwise.
size_t
Equivalent to size_t in C.