Contains various parser optimized for speed and no allocation
This package was built from the source at https://github.com/nemesissoft/Nemesis.TextParsers/tree/5f10bceacd3d347c29aea8b77393c1b0828bf9a2
Extension methods to read/write different datatypes to Span<byte> (tested, benchmarked, optimized). Plus SpanStream and MemoryStreamer for stream-like behavior on Span<byte> and Memory<byte>. See documentation on GitHub for examples.