linked-buffer 0.0.2

Yet another linked buffer implemention.
Documentation
# Linked Buffer

A linked buffer implemention in rust.

## Structures
- `BufferMut`: A mutable buffer.
- `Buffer`: A immutable buffer that can be cloned.

They implement `bytes::Buf` and `bytes::BufMut` traits.