API should allow accepting Memory
-specific types instead of byte[]
#403
Labels
enhancement
New feature or request
Milestone
Is your feature request related to a problem? Please describe.
Users would like to avoid copying memory as much as possible. Version 2 of this library should facilitate that.
Related to:
Describe the solution you'd like
Accept
IMemoryOwner
or similar arguments to API methods that currently acceptbyte[]
Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered: