Rustic.Memory
0.5.0
See the version list below for details.
dotnet add package Rustic.Memory --version 0.5.0
NuGet\Install-Package Rustic.Memory -Version 0.5.0
<PackageReference Include="Rustic.Memory" Version="0.5.0" />
<PackageVersion Include="Rustic.Memory" Version="0.5.0" />
<PackageReference Include="Rustic.Memory" />
paket add Rustic.Memory --version 0.5.0
#r "nuget: Rustic.Memory, 0.5.0"
#:package Rustic.Memory@0.5.0
#addin nuget:?package=Rustic.Memory&version=0.5.0
#tool nuget:?package=Rustic.Memory&version=0.5.0
Rustic
Releasenotes
Packages
| Name | Description | Nuget |
|---|---|---|
Rustic.Common |
Packages types and functionality usable across most projects. | dotnet add package Rustic.Common |
Rustic.DataEnumGenerator |
Source generator implementing Rusts DataEnums in C#. | dotnet add package Rustic.DataEnumGenerator |
Rustic.Functional |
Types and functionality implementing functional concepts. | dotnet add package Rustic.Functional |
Rustic.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 |
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 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- Rustic.Common (>= 0.5.0)
- System.Memory (>= 4.5.4)
-
.NETStandard 2.0
- Rustic.Common (>= 0.5.0)
- System.Memory (>= 4.5.4)
-
.NETStandard 2.1
- Rustic.Common (>= 0.5.0)
- System.Memory (>= 4.5.4)
-
net5.0
- Rustic.Common (>= 0.5.0)
- System.Memory (>= 4.5.4)
-
net6.0
- Rustic.Common (>= 0.5.0)
- System.Memory (>= 4.5.4)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Rustic.Memory:
| Package | Downloads |
|---|---|
|
Rustic.Text
Types and extensions improving string access and formatting functionality. Formatter, SeqSplitIter, SplitIter, Tokenizer |
|
|
Rustic.Reflect
Il based delegate emitter and commonly used reflection utility. ILEmitter, ILReflect |
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.