[package] name = "mio-byte-fifo" version = "0.1.3" authors = ["Alexey Gerasev "] edition = "2018" description = "Concurrent non-blocking byte SPSC FIFO buffer intended for use in Mio poll" documentation = "https://docs.rs/mio-byte-fifo" homepage = "https://github.com/nthend/mio-byte-fifo" repository = "https://github.com/nthend/mio-byte-fifo.git" readme = "README.md" keywords = ["non-blocking", "bytes", "fifo", "mio", "poll"] categories = ["asynchronous", "concurrency", "data-structures"] license = "MIT/Apache-2.0" [dependencies] mio = "0.6" ringbuf = "0.1.4"