Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hazzik/spanbridge

A compatibility level to provide missing Span<> APIs
https://github.com/hazzik/spanbridge

readonlyspan

Last synced: 6 days ago
JSON representation

A compatibility level to provide missing Span<> APIs

Awesome Lists containing this project

README

        

# SpanBridge

A compatibility level to bring .NET Core 2.1 `Span<>` APIs to .NET Standard 2.0 world.

Currently supported methods:

## System.Text.StringBuilder

- StringBuilder.Append(ReadOnlySpan value)
- StringBuilder.Insert(int index, ReadOnlySpan value)
- StringBuilder.Equals(ReadOnlySpan span)