rs-streams 0.1.7

minimal stream library (no dependency on std)
Documentation
[package]
name = "rs-streams"
version = "0.1.7"
authors = ["Raja Lehtihet <raja.lehtihet@gmail.com>", "Wael El Oraiby <wael.eloraiby@gmail.com>"]
edition = "2018"
license = "BSD-3-Clause"
description = "minimal stream library (no dependency on std)"
repository = "https://github.com/NeoCogi/rs-streams"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libc = "0.2.76"
rs-alloc = "0.0.1"
cfg-if = "0.1.10"