Skip to content
/ yolu Public

Yolu is utilities and C# extensions aimed to improve development productivity and extend the .NET API with unique features.

License

Notifications You must be signed in to change notification settings

le-nn/yolu

Repository files navigation

Yolu

Yolu provides utilities and language extensions aimed to improve development productivity and extend the .NET API with unique features.

Documentation

https://le-nn.github.io/yolu/

Install

Please install via package manager.

dotnet add package Yolu --version VERSION_NUMBER
<PackageReference Include="Yolu" Version="VERSION_NUMBER" />

Install from Nuget

https://www.nuget.org/packages/yolu

Features

Introducing some of the functions

  • Range Expression Foreach: Make range expression available in foreach.

  • Arrays: Provides a safe, fast, convenient and unified array/mutable-array

  • Buffer: Provides utils and a mechanism to safely and quickly pool Buffers containing native memory

  • Error/TryCatch : It supplements features that are not sufficient with system exceptions, and provides a mechanism to handle them safely and type-safely.

  • Pipeline: Express functional programming-like pipeline operators with method chains

  • Utils: Provides various utils, helpers and extensions

About

Yolu is utilities and C# extensions aimed to improve development productivity and extend the .NET API with unique features.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages