Rustly 10.6.1
See the version list below for details.
dotnet add package Rustly --version 10.6.1
NuGet\Install-Package Rustly -Version 10.6.1
<PackageReference Include="Rustly" Version="10.6.1" />
<PackageVersion Include="Rustly" Version="10.6.1" />
<PackageReference Include="Rustly" />
paket add Rustly --version 10.6.1
#r "nuget: Rustly, 10.6.1"
#:package Rustly@10.6.1
#addin nuget:?package=Rustly&version=10.6.1
#tool nuget:?package=Rustly&version=10.6.1
Rustly
Aggregator package that brings in the full Rustly core: Types, Extensions, Prelude, and Async in a single dependency.
Installation
dotnet add package Rustly --version 10.6.1
What's Included
| Package | Description |
|---|---|
Rustly.Types |
Option<T>, Result<T, E>, Unit, EnumValueAttribute, TypeConverters |
Rustly.Extensions |
Flatten, Transpose, ZipWith, Unzip, ToSome, ToOk |
Rustly.Prelude |
Static helpers: Ok(), Err(), Some(), None() |
Rustly.Async |
Async pipeline: MapAsync, AndThenAsync, Try/TryAsync |
Usage
using Rustly;
using static Rustly.Prelude;
// All types and extensions are available
var result = Some(42)
.ZipWith(Some(8), (a, b) => a + b);
// result = Some(50)
Result<int, string> ok = Ok<int, string>(100);
When to Use This vs Individual Packages
- Use
Rustlywhen you want the full core experience with a singledotnet add package. - Use individual packages (
Rustly.Types,Rustly.Extensions,Rustly.Prelude) when you need fine-grained control over dependencies.
Version
10.6.1
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. 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. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Rustly.Async (>= 10.6.1)
- Rustly.Extensions (>= 10.6.1)
- Rustly.Prelude (>= 10.6.1)
- Rustly.Types (>= 10.6.1)
-
net10.0
- Rustly.Async (>= 10.6.1)
- Rustly.Extensions (>= 10.6.1)
- Rustly.Prelude (>= 10.6.1)
- Rustly.Types (>= 10.6.1)
-
net8.0
- Rustly.Async (>= 10.6.1)
- Rustly.Extensions (>= 10.6.1)
- Rustly.Prelude (>= 10.6.1)
- Rustly.Types (>= 10.6.1)
-
net9.0
- Rustly.Async (>= 10.6.1)
- Rustly.Extensions (>= 10.6.1)
- Rustly.Prelude (>= 10.6.1)
- Rustly.Types (>= 10.6.1)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Rustly:
| Package | Downloads |
|---|---|
|
Slotly.Core
Core types for the Slotly plugin framework: IPlugin, IPluginManifest, PluginState, PluginError, IPluginContext. |
|
|
Rustly.Json
System.Text.Json converters for Rustly Option, Result, and EnumValue. Includes source generators for AOT-friendly serialization. Part of the Rustly ecosystem. |
|
|
Rustly.Json.Newtonsoft
Newtonsoft.Json converters for Rustly Option, Result, and EnumValue enums. Part of the Rustly ecosystem. |
|
|
Rustly.Configuration
IConfiguration binding for Rustly types. RBind() handles Option and EnumValue object format seamlessly. Part of the Rustly ecosystem. |
|
|
TunnelForge.Tun
Cross-platform TUN adapter abstraction for .NET. Unified ITunAdapter interface for Windows (WinTun) and Linux (/dev/net/tun). Error handling via Rustly Result<T, E> — no exceptions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 10.6.4 | 817 | 4/28/2026 | |
| 10.6.3 | 230 | 4/16/2026 | |
| 10.6.2 | 236 | 4/16/2026 | |
| 10.6.2-rc6 | 255 | 4/16/2026 | |
| 10.6.2-rc5 | 299 | 4/15/2026 | |
| 10.6.1 | 169 | 4/15/2026 | |
| 10.5.0 | 218 | 4/15/2026 | |
| 10.4.0 | 234 | 4/15/2026 | |
| 10.3.1 | 227 | 4/14/2026 | |
| 10.2.1 | 666 | 4/14/2026 | |
| 10.2.0 | 1,233 | 4/13/2026 | |
| 10.1.1 | 127 | 4/13/2026 | |
| 10.1.0 | 139 | 4/13/2026 | |
| 10.0.3 | 131 | 4/13/2026 | |
| 10.0.2 | 236 | 4/8/2026 | |
| 10.0.1 | 130 | 4/8/2026 | |
| 10.0.0 | 128 | 4/8/2026 | |
| 10.0.0-rc2 | 119 | 4/8/2026 | |
| 10.0.0-rc | 124 | 4/8/2026 |
EN: 10.6.1 — Added Rustly.Analyzers (10 diagnostics, RUSTLY004=Error) and Rustly.Generators (EnumValueSerializer). Auto-included via aggregator. | RU: 10.6.1 — Добавлены Rustly.Analyzers (10 диагностик, RUSTLY004=Error) и Rustly.Generators (EnumValueSerializer). Автоматически подключаются через агрегатор.