Rustic.DataEnumGen
0.5.80
Deprecated in favour of c#functionalextensions https://github.com/vkhorikov/CSharpFunctionalExtensions
dotnet add package Rustic.DataEnumGen --version 0.5.80
NuGet\Install-Package Rustic.DataEnumGen -Version 0.5.80
<PackageReference Include="Rustic.DataEnumGen" Version="0.5.80" />
paket add Rustic.DataEnumGen --version 0.5.80
#r "nuget: Rustic.DataEnumGen, 0.5.80"
// Install Rustic.DataEnumGen as a Cake Addin #addin nuget:?package=Rustic.DataEnumGen&version=0.5.80 // Install Rustic.DataEnumGen as a Cake Tool #tool nuget:?package=Rustic.DataEnumGen&version=0.5.80
Rustic
Releasenotes
Packages
Name | Description | Nuget |
---|---|---|
Rustic.Attributes |
Attributes not delivered with the mscorelib. | <br/> dotnet add package Rustic.Common |
Rustic.Common |
Packages types and functionality usable across most projects. | <br/> dotnet add package Rustic.Common |
Rustic.DataEnumGen |
Source generator implementing Rusts DataEnums in C#. | <br/> dotnet add package Rustic.DataEnumGen |
Rustic.Functional |
Types and functionality implementing functional concepts. | <br/> dotnet add package Rustic.Functional |
Rustic.Json |
Json converters & reader, writer utility functionality. | <br/> dotnet add package Rustic.Json |
Rustic.Memory |
Commonly used collection implementation allowing by-ref access to the storage. | <br/> dotnet add package Rustic.Memory |
Rustic.Memory.Bit |
Packed bit collections. Storing sequences of boolean values in integers. | <br/> dotnet add package Rustic.Memory.Bit |
Rustic.Reflect |
Il based delegate emitter and commonly used reflection utility. | <br/> dotnet add package Rustic.Reflect |
Rustic.Source |
Packages types and functionality related to extending source generators. | <br/> dotnet add package Rustic.Source |
Rustic.Text |
Types and extensions improving string access and formatting functionality. | <br/> dotnet add package Rustic.Source |
Continues Integration
Build | Test | Coverage | Code quality |
---|---|---|---|
<sup>Appveyor</sup> | <sup>Appveyor</sup> | <sup>Coveralls</sup> | <sup>Codacy</sup> |
Source acknowledgements
Source | License |
---|---|
.Net Foundation | MIT |
ValueStringBuilder: a stack-based string-builder | |
bithacks | |
Fast.Reflection |
MIT |
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Microsoft.CodeAnalysis.CSharp (>= 4.0.1)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 4.0.1)
- System.Memory (>= 4.5.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
# Version 0.5
- Build pipeline
- Enum source generator
# Version 0.4.1
- Validate null checks
- Use branchless Max
- Add test cases for BufWriterTests
# Version 0.4.0
- Rename project root.
- Enforce horizontal separation between projects.
- Create `BitVec`.
# Version 0.3.0
## Major fixes
- Fixed bogus `ArrayPool` usage
- Fix `SplitIter` includes separator. Is not optional
- Change project structure and naming. Notably: `ValueList` → `RefVec`, `RefList` → `Vec`, `ParamSpan` → `TinySpan` and others.
## Minor fixes
- Remove bogus extension-method overloads.
- More & better documentation.