escher 0.3.0

Self-referencial structs using the async/await transformation
Documentation
[package]
name = "escher"
version = "0.3.0"
authors = ["Petros Angelatos <petrosagg@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Self-referencial structs using the async/await transformation"
repository = "https://github.com/petrosagg/escher"
keywords = ["lifetime", "ownership", "borrowing", "self", "reference"]
documentation = "https://docs.rs/escher"
readme = "README.md"
edition = "2018"
exclude = [
    "assets/*",
]


[dependencies]
escher-derive = { version = "0.2.0", path = "../escher-derive" }
futures-task = "0.3"