wfbuf 0.1.0

Naive wait free buffer for fast interprocess data streaming on linux.
Documentation
[package]
name = "wfbuf"
description = "Naive wait free buffer for fast interprocess data streaming on linux."
version = "0.1.0"
authors = ["Aleksey Mikhaylov <almikhayl@gmail.com>"]
license = "GPL-2.0"
repository = "https://bitbucket.org/almikhayl/wfbuf"
readme = "README.md"
keywords = ["ipc", "wait-free", "lock-free", "inter-process", "mmap"]

[dependencies]
mmap = "^0.1"
libc = "^0.2"