https://github.com/gcarreno/nosodatasharp
Basic Noso Data blocks in C#
https://github.com/gcarreno/nosodatasharp
csharp data-structures datastructures dotnet noso noso-coin nosocoin
Last synced: about 1 month ago
JSON representation
Basic Noso Data blocks in C#
- Host: GitHub
- URL: https://github.com/gcarreno/nosodatasharp
- Owner: gcarreno
- License: mit
- Created: 2022-05-20T15:22:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-21T17:05:37.000Z (about 4 years ago)
- Last Synced: 2025-10-25T01:52:56.264Z (8 months ago)
- Topics: csharp, data-structures, datastructures, dotnet, noso, noso-coin, nosocoin
- Language: C#
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Noso Data Sharp
[](https://github.com/gcarreno/NosoDataSharp/actions)
[](https://github.com/gcarreno/NosoDataSharp/releases/latest)
[](https://github.com/gcarreno/NosoDataSharp/releases/latest)
[](https://github.com/gcarreno/NosoDataSharp/releases/latest)
[](https://github.com/gcarreno/NosoDataSharp/blob/master/LICENSE)
[](https://github.com/gcarreno/NosoDataSharp/releases/latest)
[](https://github.com/gcarreno/NosoDataSharp/releases)
Basic Noso Data blocks in C#
## Build
Make sure you have the `dotnet` command line tool installed.
```console
$ dotnet build src
```
## Test
Make sure you have the `dotnet` command line tool installed.
```console
$ dotnet test src
```