syncbuf 0.1.0

An append-only buffer with lock-free thread-safety and constant-time indexing
Documentation
1
2
3
4
5
6
7
# Syncbuf

A small library implementing an append-only, thread-safe, lock-free buffer.


[![Crates.io](https://img.shields.io/crates/v/syncbuf)](https://crates.io/crates/syncbuf)
[![docs](https://docs.rs/syncbuf/badge.svg)](https://docs.rs/syncbuf)