Teh-Bobo / StRingBuffer

A fixed sized string for Rust.
Apache License 2.0
0 stars 0 forks source link

Allocations #3

Open Teh-Bobo opened 2 years ago

Teh-Bobo commented 2 years ago

Both buffer types should support creating a buffer with a custom allocater:

Additionally, align uses an alloc and should provide an alloc_in as well:

Teh-Bobo commented 2 years ago

Removing the 1.0 requirement since the allocator API is still experimental.