19 lines
420 B
Markdown
19 lines
420 B
Markdown
# .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
|
|
```
|