v2.1.0 - .NET 7.0
Version 2.1.0 Changelog:
- .NET 7.0 support only.
- Added methods for reading/writing
Int128
/UInt128
. - Added
TrimNullTerminators(ref ReadOnlySpan<char> chars)
toEndianBinaryPrimitives
. - Added "unsafe" methods to
EndianBinaryPrimitives
that read/write to/fromReadOnlySpan<T>
/Span<T>
. These are similar to their non-_Unsafe
counterparts, aside from the fact that they don't check for errors. Their goal is performance.
No breaking changes from v2.0.1