Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hazzik/spanbridge
- Owner: hazzik
- License: mit
- Created: 2018-06-01T00:21:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T00:45:57.000Z (over 6 years ago)
- Last Synced: 2024-11-28T12:31:12.259Z (2 months ago)
- Topics: readonlyspan
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)