woven 0.1.0

A simple set of async combinators, usable in a no_std environment.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cassette"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1739a992acb2205d0998d198b47ca52d42963c3067309d0b7440708e3e590ccf"

[[package]]
name = "woven"
version = "0.1.0"
dependencies = [
 "cassette",
]