nb 0.1.3

Minimal non-blocking I/O layer
Documentation
[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = ["asynchronous", "embedded", "no-std"]
description = "Minimal non-blocking I/O layer"
keywords = ["await", "futures", "IO"]
license = "MIT OR Apache-2.0"
name = "nb"
repository = "https://github.com/rust-embedded/nb"
homepage = "https://github.com/rust-embedded/nb"
documentation = "https://docs.rs/nb"
readme = "README.md"
version = "0.1.3" # remember to update html_root_url

[features]
unstable = []

[dependencies]
nb = "1"

[dev-dependencies]
futures = "0.1.17"

[lib]
# Due to the semver-trick, doctests do not compile:
# error[E0465]: multiple rlib candidates for `nb` found
doctest = false