remit 0.1.2

Rust generators implemented through async/await syntax
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[features]
alloc = []
default = ["alloc"]

[package]
authors = ["Wesley Wolfe"]
categories = ["rust-patterns"]
description = "Rust generators implemented through async/await syntax"
documentation = "https://docs.rs/remit"
edition = "2021"
homepage = "https://github.com/Wolvereness/remit/"
include = ["src/*", "Cargo.toml"]
keywords = ["generator", "yield"]
license = "MIT OR Apache-2.0"
name = "remit"
readme = "README.md"
repository = "https://github.com/Wolvereness/remit/"
version = "0.1.2"