nb 1.0.0

Minimal non-blocking I/O layer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = ["asynchronous", "embedded", "no-std"]
description = "Minimal non-blocking I/O layer"
documentation = "https://docs.rs/nb"
edition = "2018"
homepage = "https://github.com/rust-embedded/nb"
keywords = ["await", "futures", "IO"]
license = "MIT OR Apache-2.0"
name = "nb"
readme = "README.md"
repository = "https://github.com/rust-embedded/nb"
version = "1.0.0"