appendbuf 0.1.1

A Sync append-only buffer with Send views.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "appendbuf"
version = "0.1.1"
authors = ["Jonathan Reem <jonathan.reem@gmail.com>"]
repository = "https://github.com/reem/rust-appendbuf.git"
description = "A Sync append-only buffer with Send views."
readme = "README.md"
license = "MIT"

[dependencies]
memalloc = "0"