licenses.dev

wheelbuf v0.2.0

The wheelbuffer crate offers a ringbuffer-like structure without a read pointer, making multiple reads of a buffer possible. The store behind the buffer is flexible and can be a static array, a vector or any other structure that can be converted into a slice.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

This package has no dependencies.
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/wheelbuf)](https://licenses.dev/cargo/wheelbuf)
<a href="https://licenses.dev/cargo/wheelbuf">
  <img src="https://licenses.dev/b/cargo/wheelbuf" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.0 version:

[![licenses](https://licenses.dev/b/cargo/wheelbuf/0.2.0)](https://licenses.dev/cargo/wheelbuf/0.2.0)
<a href="https://licenses.dev/cargo/wheelbuf/0.2.0">
  <img src="https://licenses.dev/b/cargo/wheelbuf/0.2.0" alt="licenses" />
</a>
GitHub