https://github.com/openbytedev/coreclr-hosting-shared
Shared bindings for the coreclr hosting components.
https://github.com/openbytedev/coreclr-hosting-shared
Last synced: 8 months ago
JSON representation
Shared bindings for the coreclr hosting components.
- Host: GitHub
- URL: https://github.com/openbytedev/coreclr-hosting-shared
- Owner: OpenByteDev
- License: mit
- Created: 2021-09-24T13:44:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T18:28:04.000Z (about 4 years ago)
- Last Synced: 2025-08-17T09:29:31.490Z (8 months ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coreclr-hosting-shared
[](https://github.com/OpenByteDev/coreclr-hosting-shared/actions/workflows/ci.yml)
[](https://crates.io/crates/coreclr-hosting-shared)
[](https://docs.rs/coreclr-hosting-shared)
[](https://deps.rs/repo/github/openbytedev/coreclr-hosting-shared)
[](https://github.com/OpenByteDev/coreclr-hosting-shared/blob/master/LICENSE)
Shared bindings for the [coreclr hosting components](https://github.com/dotnet/runtime/blob/main/docs/design/features/native-hosting.md).
### Related crates
- [nethost-sys](https://crates.io/crates/nethost-sys) - bindings and downloader for the nethost library.
- [hostfxr-sys](https://crates.io/crates/hostfxr-sys) - bindings for the hostfxr library.
- [netcorehost](https://crates.io/crates/netcorehost) - rusty wrapper over the nethost and hostfxr libraries.
### Additional Information
- [Hosting layer APIs](https://github.com/dotnet/core-setup/blob/master/Documentation/design-docs/hosting-layer-apis.md)
- [Native hosting](https://github.com/dotnet/core-setup/blob/master/Documentation/design-docs/native-hosting.md#runtime-properties)
- [Write a custom .NET Core host to control the .NET runtime from your native code](https://docs.microsoft.com/en-us/dotnet/core/tutorials/netcore-hosting)
### License
Licensed under the MIT license ([LICENSE](https://github.com/OpenByteDev/netcorehost/blob/master/LICENSE) or )