Personal library, supports .NET 8/9, .NET Standard 2.0/2.1
some method are just for fun though
Miscellaneous stuff. Breaking changes may be frequent (orz.
Some methods depends on CommunityToolkit
brief
- CodeAnalysis/Generation
- More collections, more extensions
- Simple struct monads
- Many utility methods extends from BCL
Toolkit for source generator
Deprecated
Provide interception for I(Async)Enumerator<>.MoveNext(Async)
.
This mainly aims to extends yield return
, provide communication capability to
yield return
-generated iterator. (like python
Use
Trarizon.TextCommand
insteadOriginal project in this branch
Parse text input command(CLI like).