nrc / owned-buf

An owned buffer type for reading into possibly uninitialized memory
Apache License 2.0
2 stars 1 forks source link

no-std #3

Open nrc opened 1 year ago

nrc commented 1 year ago

It would be nice for this type to only require core, however, some of the API (particularly around allocators) requires std, so this is non-trivial