Enums.NET
Enum library
A type-safe enum utility library with high-performance extension methods and attributes management
Enums.NET is a high-performance type-safe .NET enum utility library
2k stars
67 watching
105 forks
Language: C#
last commit: 3 months ago
Linked from 4 awesome lists
csharpdotnetdotnet-coreenum
Related projects:
Repository | Description | Stars |
---|---|---|
ashenblade/enumclass | A source generator that creates type-safe classes inspired by Kotlin's enum class | 4 |
arturbac/simple_enum | A library providing efficient and type-safe C++ enumeration support features | 21 |
ardalis/smartenum | A type-safe alternative to C# enums that supports various serialization and ORM frameworks. | 2,195 |
dalzhim/articleenumclass-v2 | A utility to simplify the creation of bitwise operators for custom enum classes in C++ | 20 |
ceiridge/betterenums | Improves C# enum usability and performance by adding extension methods and attributes. | 39 |
aantron/better-enums | A compile-time enum library with reflection capabilities, allowing for clean syntax and flexible use in C++ programs. | 1,672 |
tonerdo/dotnet-env | A .NET library to load environment variables from .env files | 445 |
gjaldon/ecto_enum | An Elixir library to support enums in Ecto models | 562 |
blackmatov/enum.hpp | A header-only C++17 library providing compile-time enum reflection capabilities | 45 |
engrajabi/enum.source.generator | A C# source generator that creates an enumeration class from an enum type without using reflection. | 180 |
quicknir/wise_enum | A C++ library that provides a reflective enum implementation | 289 |
brainspec/enumerize | An enumeration library for Ruby that integrates I18n support and supports various databases including ActiveRecord, Mongoid, MongoMapper/Sequel. | 1,739 |
nxrighthere/enet-csharp | Reliable UDP networking library for C and .NET environments | 813 |
dotnet/llvmsharp | A multi-platform .NET Standard library that provides access to the LLVM infrastructure | 849 |
spinnernicholas/enumfasttostringdotnet | Automatically generates a faster enum to string conversion method | 31 |