Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikernet committed Oct 16, 2020
1 parent 47a0c93 commit 5bb693b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![View nuget packages](https://img.shields.io/nuget/v/Singulink.Enums.svg)](https://www.nuget.org/packages/Singulink.Enums/)
[![Build and Test](https://github.com/Singulink/Singulink.Enums/workflows/build%20and%20test/badge.svg)](https://github.com/Singulink/Singulink.Enums/actions?query=workflow%3A%22build+and+test%22)

**Singulink.Enums** is a tiny (~20KB) library that provides generic operations and extension methods for enumeration types. It provides a minimal set of the most common enumeration "must haves" that are missing from the .NET runtime. The effect on runtime memory footprint has been pushed to the bare minimum while still supporting a rich set of very fast operations.
**Singulink.Enums** is a tiny (~20KB) library that provides generic operations and extension methods for enumeration types. It contains a minimal set of the most common enumeration "must haves" that are missing from the .NET runtime. The effect on runtime memory footprint has been pushed to the bare minimum while still supporting common scenarios in a highly optimized fashion.

### About Singulink

Expand All @@ -28,7 +28,7 @@ The package is available on NuGet - simply install the `Singulink.Enums` package
You can view the API on [FuGet](https://www.fuget.org/packages/Singulink.Enums). The main classes of interest are:
1. `Enum<T>` - Static generic helper properties and methods to get cached enum info.
2. `EnumExtensions` - Extension methods to validate enums and perform bitwise operations.
3. `EnumParser<T>` - Fully customizable parser that can convert enums to and from strings with O(1) performance characeristics.
3. `EnumParser<T>` - Fully customizable parser that can convert enums to and from strings with O(1) performance characteristics.

## Usage

Expand Down

0 comments on commit 5bb693b

Please sign in to comment.