Packages types and functionality used for many `Rustic.Memory` projects.
$ dotnet add package Rustic.Memory.Common| Name | Description | Nuget |
|---|---|---|
Rustic.Attributes | Attributes not delivered with the mscorelib. | dotnet add package Rustic.Common |
Rustic.Common | Packages types and functionality usable across most projects. | dotnet add package Rustic.Common |
Rustic.DataEnumGen | Deprecated in favour of .variant | dotnet add package Rustic.DataEnumGen |
Rustic.Functional | Deprecated in favour of c#functionalextensions |
dotnet add package Rustic.FunctionalRustic.Json | Json converters & reader, writer utility functionality. | dotnet add package Rustic.Json |
Rustic.Memory | Commonly used collection implementation allowing by-ref access to the storage. | dotnet add package Rustic.Memory |
Rustic.Memory.Bit | Packed bit collections. Storing sequences of boolean values in integers. | dotnet add package Rustic.Memory.Bit |
Rustic.Reflect | Il based delegate emitter and commonly used reflection utility. | dotnet add package Rustic.Reflect |
Rustic.Source | Packages types and functionality related to extending source generators. | dotnet add package Rustic.Source |
Rustic.Text | Types and extensions improving string access and formatting functionality. | dotnet add package Rustic.Source |