Rustic.Source 0.6.4

dotnet add package Rustic.Source --version 0.6.4
NuGet\Install-Package Rustic.Source -Version 0.6.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rustic.Source" Version="0.6.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rustic.Source --version 0.6.4
#r "nuget: Rustic.Source, 0.6.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Rustic.Source as a Cake Addin
#addin nuget:?package=Rustic.Source&version=0.6.4

// Install Rustic.Source as a Cake Tool
#tool nuget:?package=Rustic.Source&version=0.6.4

Rustic

Releasenotes

Packages

Name Description Nuget
Rustic.Attributes Attributes not delivered with the mscorelib. NuGet Badge <br/> dotnet add package Rustic.Common
Rustic.Common Packages types and functionality usable across most projects. NuGet Badge <br/> dotnet add package Rustic.Common
Rustic.DataEnumGen Deprecated in favour of .variant NuGet Badge <br/> dotnet add package Rustic.DataEnumGen
Rustic.Functional Deprecated in favour of c#functionalextensions NuGet Badge <br/> dotnet add package Rustic.Functional
Rustic.Json Json converters & reader, writer utility functionality. NuGet Badge <br/> dotnet add package Rustic.Json
Rustic.Memory Commonly used collection implementation allowing by-ref access to the storage. NuGet Badge <br/> dotnet add package Rustic.Memory
Rustic.Memory.Bit Packed bit collections. Storing sequences of boolean values in integers. NuGet Badge <br/> dotnet add package Rustic.Memory.Bit
Rustic.Memory.Buffers IBufferWriter implementing IVector interface. NuGet Badge <br/> dotnet add package Rustic.Memory.Buffers
Rustic.Memory.Common Packages types and functionality used for many Rustic.Memory projects. NuGet Badge <br/> dotnet add package Rustic.Memory.Common
Rustic.Memory.Inline Immutable inline array-like implementations for passing tiny lists without heap allocations. NuGet Badge <br/> dotnet add package Rustic.Memory.Inline
Rustic.Memory.Specialized Specialized collection implementations and extensions. NuGet Badge <br/> dotnet add package Rustic.Memory.Specialized
Rustic.Memory.Vec Commonly used collection implementation allowing by-ref access to the storage. NuGet Badge <br/> dotnet add package Rustic.Memory.Vec
Rustic.Native Functionallity to interact with native, OS specific functionallity. NuGet Badge <br/> dotnet add package Rustic.Native
Rustic.Reflect Il based delegate emitter and commonly used reflection utility. NuGet Badge <br/> dotnet add package Rustic.Reflect
Rustic.Source Packages types and functionality related to extending source generators. NuGet Badge <br/> dotnet add package Rustic.Source
Rustic.Text Types and extensions improving string access and formatting functionality. NuGet Badge <br/> dotnet add package Rustic.Source

Continues Integration

Build Test Coverage Code quality
<sup>Appveyor</sup> Build status <sup>Appveyor</sup> AppVeyor tests <sup>Coveralls</sup> Coverage Status <sup>Codacy</sup> Codacy Badge
Build history

Source acknowledgements

Source License
.Net Foundation MIT
ValueStringBuilder: a stack-based string-builder
bithacks
Fast.Reflection MIT
Product 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 is compatible.  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 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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.4 187 7/5/2023
0.6.3 149 5/18/2023
0.6.2 144 5/18/2023
0.6.1 280 1/27/2023
0.6.0 277 1/27/2023
0.5.80 454 2/15/2022
0.5.0 2,591 2/11/2022

# Version 0.6.4

- Attributes: Make IsExternalInit public

# Version 0.6.3

- Native: Add PEHeader
- Native: Add read classes and value-types from memory
- Attributes: Add IsExternalInit

# Version 0.6.2

- Memory.Specialized: Add ImmutableOrderedDictionary
- Memory.Specialized: Improve MultiDictionary usability
- Text: Fix issued caused by defensive shadow copies

# Version 0.6.1

- Target .NET Core App 3.1
- Target .NET 7.0
- Memory.Specialized: Fix MultiDictionary implementation

# Version 0.6.0

- Attributes: Fix invalid preprocessor directives for certain target frameworks.
- Common: Add UnreachableException
- Common: Return Random.Shared for .NET 6.0 or greater instead of thread static instance.
- Common: Update backport of HashCode implementation.
- Source: Add documentation
- Text: Fix various bugs in Formatter
- Text: Fix various bugs in Tokenizer
- Text: Add GetAtCursor and GetAddPosition methods to Tokenizer
- Text: Fix ref an in keyword related compiler errors introduced in C#11
- Memory.Common: Add CopyToReversed to MemoryCopyHelper
- Memory.Common: Merge Rustic.Memory.Common namespace into Rustic.Memory
- Memory.Common: Mark classes as sealed when possible
- Memory.Buffers: Mark classes as sealed when possible
- Memory.Inline: Add TinyVec list implementation
- Memory.Inline: Add implicit from tuple conversion
- Memory.Inline: Optimize ToSpan performance for newer framework versions
- Memory.Inline: Rename TinyRoSpan and TinyRoVec
- Memory.Inline: Fix ref an in keyword related compiler errors introduced in C#11
- Memory.Inline: Fix bug preferring inline data when array is backing
- Memory.Specialized: Initial release
- Memory.Specialized: Add ReversibleIndexSpan
- Memory.Specialized: Add MultiDictionary
- Memory.Vec: Mark classes as sealed when possible