deniszykov / commandlineLinks
Getopt styled command line parser.
☆28Updated 5 months ago
Alternatives and similar repositories for commandline
Users that are interested in commandline are comparing it to the libraries listed below
Sorting:
- Simple way to serialize and deserialize polymorphic types for Json.NET☆47Updated 7 months ago
- DAWG String Dictionary in C#☆120Updated last year
- Compiles simple grammar into a parsing table. Includes parser which can build a syntax tree for a given plaintext. Allows compilation of …☆44Updated 2 years ago
- A tactful collection of utilities for .NET development.☆35Updated 8 years ago
- High-performance zero-reflection approach to C# metaprogramming☆31Updated last year
- Fast binary serializer☆66Updated 10 months ago
- Fast C# UUID implementation for .NET 6 & 7☆73Updated last year
- Simple C# source generation based on custom templates☆107Updated 2 years ago
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.☆78Updated 3 years ago
- Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).☆61Updated last year
- A set of very frequently used classes, interfaces, and behaviors used in every day projects.☆27Updated 3 months ago
- Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCol…☆117Updated 4 months ago
- Span-ify your code: write high performance memory aware C#☆72Updated 6 months ago
- C# library which provides uniform API for conversion between types.☆23Updated last year
- Replaces static method calls.☆68Updated 8 months ago
- Example of compiling and running C# code without visibility checks.☆49Updated 6 years ago
- Code analysis improvements and context actions☆63Updated this week
- Conceptual repo. Most advanced compile time safe units of measure for C# and F#☆61Updated 3 years ago
- File path abstraction library for .NET.☆74Updated this week
- Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.☆84Updated 2 months ago
- .NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/…☆57Updated this week
- Fast and light BitWriter and BitReader.