Rustic.Attributes
0.6.0
See the version list below for details.
dotnet add package Rustic.Attributes --version 0.6.0
NuGet\Install-Package Rustic.Attributes -Version 0.6.0
<PackageReference Include="Rustic.Attributes" Version="0.6.0" />
paket add Rustic.Attributes --version 0.6.0
#r "nuget: Rustic.Attributes, 0.6.0"
// Install Rustic.Attributes as a Cake Addin #addin nuget:?package=Rustic.Attributes&version=0.6.0 // Install Rustic.Attributes as a Cake Tool #tool nuget:?package=Rustic.Attributes&version=0.6.0
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 |
Deprecated in favour of .variant | <br/> dotnet add package Rustic.DataEnumGen |
Rustic.Functional |
Deprecated in favour of c#functionalextensions | <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 |
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.1 is compatible. netstandard1.2 was computed. netstandard1.3 was computed. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7.2
- No dependencies.
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
-
net6.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Rustic.Attributes:
Package | Downloads |
---|---|
Rustic.Common
Packages types and functionality usable across most projects. |
|
Rustic.Source
Packages types and functionality related to extending source generators. SrcBuilder, SynModel |
|
Rustic.Functional
Types and functionality implementing functional concepts. |
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.