[package] name = "wfbuf" description = "Naive wait free buffer for fast interprocess data streaming on linux." version = "0.1.1" authors = ["Aleksey Mikhaylov "] 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" [lib] doctest = false