Rustly 10.6.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Rustly --version 10.6.1
                    
NuGet\Install-Package Rustly -Version 10.6.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rustly" Version="10.6.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rustly" Version="10.6.1" />
                    
Directory.Packages.props
<PackageReference Include="Rustly" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Rustly --version 10.6.1
                    
#r "nuget: Rustly, 10.6.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Rustly@10.6.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rustly&version=10.6.1
                    
Install as a Cake Addin
#tool nuget:?package=Rustly&version=10.6.1
                    
Install as a Cake Tool

Rustly

Aggregator package that brings in the full Rustly core: Types, Extensions, Prelude, and Async in a single dependency.

NuGet

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 Rustly when you want the full core experience with a single dotnet add package.
  • Use individual packages (Rustly.Types, Rustly.Extensions, Rustly.Prelude) when you need fine-grained control over dependencies.

Version

10.6.1

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.2-rc5 is deprecated because it is no longer maintained and has critical bugs.
10.6.1 169 4/15/2026
10.5.0 218 4/15/2026 10.5.0 is deprecated because it is no longer maintained and has critical bugs.
10.4.0 234 4/15/2026 10.4.0 is deprecated because it is no longer maintained and has critical bugs.
10.3.1 227 4/14/2026 10.3.1 is deprecated because it is no longer maintained and has critical bugs.
10.2.1 666 4/14/2026 10.2.1 is deprecated because it is no longer maintained and has critical bugs.
10.2.0 1,233 4/13/2026 10.2.0 is deprecated because it is no longer maintained and has critical bugs.
10.1.1 127 4/13/2026 10.1.1 is deprecated because it is no longer maintained and has critical bugs.
10.1.0 139 4/13/2026 10.1.0 is deprecated because it is no longer maintained and has critical bugs.
10.0.3 131 4/13/2026 10.0.3 is deprecated because it is no longer maintained and has critical bugs.
10.0.2 236 4/8/2026 10.0.2 is deprecated because it is no longer maintained and has critical bugs.
10.0.1 130 4/8/2026 10.0.1 is deprecated because it is no longer maintained and has critical bugs.
10.0.0 128 4/8/2026 10.0.0 is deprecated because it is no longer maintained and has critical bugs.
10.0.0-rc2 119 4/8/2026 10.0.0-rc2 is deprecated because it is no longer maintained and has critical bugs.
10.0.0-rc 124 4/8/2026 10.0.0-rc is deprecated because it is no longer maintained and has critical bugs.

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). Автоматически подключаются через агрегатор.