CommunityToolkit.Aspire.Hosting.Rust 13.4.0
Provides extensions methods and resource definitions for the Aspire AppHost to support running Rust applications.
Getting Started
Install the package
In your AppHost project, install the package using the following command:
dotnet add package CommunityToolkit.Aspire.Hosting.Rust
Example usage
Then, in the Program.cs file of AppHost, define a Rust resource, then call AddRustApp:
var rustApp = builder.AddRustApp("rust-app", "../actix_api");
Additional Information
https://learn.microsoft.com/dotnet/aspire/community-toolkit/hosting-rust
Feedback & contributing
| Product | Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Aspire.Hosting (>= 13.4.0)
-
net8.0
- Aspire.Hosting (>= 13.4.0)
-
net9.0
- Aspire.Hosting (>= 13.4.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.