wookie 0.2.0

A very small and fast executor for one Future for your tests and benches.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.pin-project-lite]
version = "0.2.7"
[dev-dependencies.futures-micro]
version = "0.5"

[package]
authors = ["James Laver <james.laver@gmail.com>"]
categories = ["asynchronous", "concurrency", "no-std"]
description = "A very small and fast executor for one Future for your tests and benches."
documentation = "https://docs.rs/wookie"
edition = "2018"
homepage = "https://github.com/irrustible/wookie"
keywords = ["async", "futures", "executor", "no-std"]
license = "Apache-2.0 WITH LLVM-exception"
name = "wookie"
readme = "README.md"
repository = "https://github.com/irrustible/wookie"
version = "0.2.0"