KlutzyNinja.Touki
0.1.0-alpha.7
dotnet add package KlutzyNinja.Touki --version 0.1.0-alpha.7
NuGet\Install-Package KlutzyNinja.Touki -Version 0.1.0-alpha.7
<PackageReference Include="KlutzyNinja.Touki" Version="0.1.0-alpha.7" />
<PackageVersion Include="KlutzyNinja.Touki" Version="0.1.0-alpha.7" />
<PackageReference Include="KlutzyNinja.Touki" />
paket add KlutzyNinja.Touki --version 0.1.0-alpha.7
#r "nuget: KlutzyNinja.Touki, 0.1.0-alpha.7"
#:package KlutzyNinja.Touki@0.1.0-alpha.7
#addin nuget:?package=KlutzyNinja.Touki&version=0.1.0-alpha.7&prerelease
#tool nuget:?package=KlutzyNinja.Touki&version=0.1.0-alpha.7&prerelease
Touki (登器): Code for .NET and .NET Framework
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
andTextWriter
without unnecessary allocations - Robust and performant
StringSegment
struct for working with substrings without allocations SpanReader
andSpanWriter
for efficient reading and writing of data in spansBufferScope<T>
for easy management of temporaryArrayPool
and stack based buffersValue
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
Contributing
See CONTRIBUTING.md for more information on how to contribute to this project.
Product | Versions 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. |
-
.NETFramework 4.7.2
- Microsoft.Bcl.HashCode (>= 6.0.0)
- Microsoft.Bcl.Memory (>= 9.0.6)
- Microsoft.IO.Redist (>= 6.1.3)
- System.Memory (>= 4.6.3)
-
net9.0
- No dependencies.
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 |