KlutzyNinja.Touki 0.1.0-alpha.7

This is a prerelease version of KlutzyNinja.Touki.
dotnet add package KlutzyNinja.Touki --version 0.1.0-alpha.7
                    
NuGet\Install-Package KlutzyNinja.Touki -Version 0.1.0-alpha.7
                    
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="KlutzyNinja.Touki" Version="0.1.0-alpha.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KlutzyNinja.Touki" Version="0.1.0-alpha.7" />
                    
Directory.Packages.props
<PackageReference Include="KlutzyNinja.Touki" />
                    
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 KlutzyNinja.Touki --version 0.1.0-alpha.7
                    
#r "nuget: KlutzyNinja.Touki, 0.1.0-alpha.7"
                    
#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 KlutzyNinja.Touki@0.1.0-alpha.7
                    
#: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=KlutzyNinja.Touki&version=0.1.0-alpha.7&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=KlutzyNinja.Touki&version=0.1.0-alpha.7&prerelease
                    
Install as a Cake Tool

Touki (登器): Code for .NET and .NET Framework

Build NuGet

Provides useful functionality both for .NET and .NET Framework applications.

Tōki (登器) is the Japanese word for (Ninja) "climbing gear" or "climbing equipment". This library is designed to help developers "climb" the challenges of cross framework .NET development by providing tools and utilities that enhance performance and efficiency.

Some of the design goals include:

  • Avoiding unnecessary allocations
  • Avoiding code that prevents AOT compilation on .NET

Features

  • Non allocating interpolated string support on .NET Framework ($"Age: {age}")
  • Formatting directly into Stream and TextWriter without unnecessary allocations
  • Robust and performant StringSegment struct for working with substrings without allocations
  • SpanReader and SpanWriter for efficient reading and writing of data in spans
  • BufferScope<T> for easy management of temporary ArrayPool and stack based buffers
  • Value struct for creating strongly typed arbitrary collections of values without boxing most primitives
  • Much more!

Overviews

Installation

Using the .NET CLI:

dotnet add package KlutzyNinja.Touki

Or with the NuGet Package Manager:

PM> Install-Package KlutzyNinja.Touki

View on NuGet.org

Contributing

See CONTRIBUTING.md for more information on how to contribute to this project.

Product Compatible and additional computed target framework versions.
.NET 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 was computed.  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 Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on KlutzyNinja.Touki:

Package Downloads
KlutzyNinja.Madowaku

Provides useful Win32 support on top of CsWin32.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-alpha.7 178 8/27/2025
0.1.0-alpha.6 96 7/31/2025
0.1.0-alpha.5 98 7/27/2025
0.1.0-alpha.4 305 7/21/2025
0.1.0-alpha.2.3 125 7/7/2025
0.1.0-alpha.1 121 7/7/2025
0.0.0-alpha.0.18 128 6/18/2025
0.0.0-alpha.0.13 269 6/10/2025
0.0.0-alpha.0.12 266 6/10/2025