mknejp / dotvariantLinks
A type-safe and space-efficient sum type for C# (comparable to discriminated unions in C or C++)
☆73Updated 9 months ago
Alternatives and similar repositories for dotvariant
Users that are interested in dotvariant are comparing it to the libraries listed below
Sorting:
- C# interface-to-member source generator☆80Updated 9 months ago
- C# Source Generator for UTF-8 binary literal☆143Updated 9 months ago
- Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.☆78Updated 2 years ago
- Durian is a collection of Roslyn-based analyzers and source generators that extend the default capabilities of C#.☆62Updated 4 months ago
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆174Updated 9 months ago
- Json library that uses .NET 5 Source Generators☆149Updated 3 years ago
- Post-build IL optimizer and intermediate representation for .NET programs☆128Updated 4 months ago
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆154Updated 6 months ago
- Extends Verify to allow verification of C# Source Generators.☆84Updated this week
- Generates reference assemblies where all the internal types & members become public, and applies the IgnoresAccessChecksTo attribute☆190Updated last month
- Practical generic programming for .NET☆206Updated this week
- Simple C# source generation based on custom templates☆104Updated last year
- A Source Generator for Source Generators. Gives out of the box support for transistent dependencies and logging right in Visual Studio☆70Updated 4 months ago
- Stack based zero-allocation XML serializer and deserializer powered by C# 9 source generators☆58Updated 3 weeks ago
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆187Updated last year
- The CodeGenHelpers is meant to help anyone who is working on C# CodeGenerator☆99Updated 5 months ago
- Span-ify your code: write high performance memory aware C#☆70Updated 2 months ago
- A .NET library to parse XML at lightspeed with zero allocation.☆108Updated last year
- FrozenObjects serializer and deserializer☆92Updated 2 years ago
- Lightweight, Zero Allocation LINQ Implementation on `Span<T>`