https://github.com/openbytedev/hostfxr-sys
FFI bindings for hostfxr.
https://github.com/openbytedev/hostfxr-sys
Last synced: about 1 year ago
JSON representation
FFI bindings for hostfxr.
- Host: GitHub
- URL: https://github.com/openbytedev/hostfxr-sys
- Owner: OpenByteDev
- License: mit
- Created: 2021-09-24T17:25:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T18:37:24.000Z (almost 2 years ago)
- Last Synced: 2024-09-15T12:57:38.999Z (over 1 year ago)
- Language: Rust
- Size: 43.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hostfxr-sys
[](https://github.com/OpenByteDev/hostfxr-sys/actions/workflows/ci.yml)
[](https://crates.io/crates/hostfxr-sys)
[](https://docs.rs/hostfxr-sys)
[](https://deps.rs/repo/github/openbytedev/hostfxr-sys)
[](https://github.com/OpenByteDev/hostfxr-sys/blob/master/LICENSE)
FFI bindings for [hostfxr](https://github.com/dotnet/runtime/blob/main/docs/design/features/host-components.md#components-of-the-hosting).
### Related crates
- [nethost-sys](https://crates.io/crates/nethost-sys) - bindings for the nethost library.
- [coreclr-hosting-shared](https://crates.io/crates/coreclr-hosting-shared) - shared bindings between this crate and [nethost-sys](https://crates.io/crates/nethost-sys).
- [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/hostfxr-sys/blob/master/LICENSE) or http://opensource.org/licenses/MIT)