rs-streams 0.1.7

minimal stream library (no dependency on std)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.cfg-if]
version = "0.1.10"

[dependencies.libc]
version = "0.2.76"

[dependencies.rs-alloc]
version = "0.0.1"

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