https://github.com/notcoffee418/coffeetoolkit
Useful tools for .NET
https://github.com/notcoffee418/coffeetoolkit
Last synced: 12 months ago
JSON representation
Useful tools for .NET
- Host: GitHub
- URL: https://github.com/notcoffee418/coffeetoolkit
- Owner: NotCoffee418
- License: gpl-3.0
- Created: 2020-11-21T12:29:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T09:55:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T21:32:50.561Z (over 1 year ago)
- Language: C#
- Homepage: https://www.nuget.org/packages/CoffeeToolkit
- Size: 81.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoffeeToolkit

CoffeeToolkit is a set of Nuget packages containing a variety of useful tools and methods.
You can find the documentation for each of it's features in the wiki.
## Packages
Package
Name
Docs
Description
CoffeeToolkit.Linq
(No docs yet)
Collection of useful Linq extensions
CoffeeToolkit.Progress
Docs
Thread-safe progress tracking methods
CoffeeToolkit.Random
Docs
Simplified cryptographically secure random number
generator for various datatypes using
System.Security.Cryptography.RandomNumberGenerator
CoffeeToolkit.Time
Docs
Collection of useful methods for working with time in .NET