first commit

This commit is contained in:
2023-12-14 21:48:48 +04:00
commit ef5d53a67f
22 changed files with 1387 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# .Net library with helpers, functions and extensions
Just some stuff that is used in different projects...
## Features
- ```Map``` and ```DataMap``` collection types
- Extensions for ```System.String``` and ```System.IO.Stream```
- Small converters for **Base32** and **Base64Url** encodings
## Getting Started
### Install from NuGet.org
```sh
# install the package using NuGet
dotnet add package Just.Core
```