OneOf by: Harry McIntyre
  • 1 total downloads
  • Latest version: 3.0.216
  • discriminated unions, return type, match switch
F# style discriminated unions or C#, using a custom type OneOf<T0, ... Tn> which holds a single value and has a .Match(...) method on it for exhaustive matching. Simple but powerful.
QRCoder by: Raffael Herrmann, Shane Krueger
  • 7 total downloads
  • Latest version: 1.7.0
  • c# csharp qr qrcoder qrcode qr-generator qr-code-generator
QRCoder is a simple library, written in C#.NET, which enables you to create QR codes.
runtime.linux-x64.Microsoft.DotNet.ILCompiler by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.1
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a native AOT compiler and runtime for .NET
Timestamps by: Joel Christner
  • 5 total downloads
  • Latest version: 1.0.11
  • time timestamp stopwatch
Simple class containing start time, end time, and total time.