Crates.io | escher-derive |
lib.rs | escher-derive |
version | 0.2.0 |
source | src |
created_at | 2021-03-27 19:03:47.939415 |
updated_at | 2021-03-28 17:41:13.193558 |
description | Self-referencial structs using the async/await transformation |
homepage | |
repository | https://github.com/petrosagg/escher |
max_upload_size | |
id | 374358 |
size | 3,661 |
Self-referencial structs using async stacks
Escher is an extremely simple library providing a safe and sound API to build self-referencial structs. It works by (ab)using the async await trasformation of rustc. If you'd like to know more about the inner workings please take a look at the How it works section and the source code.
Compared to the state of the art escher:
unsafe
calls that are well argued forYou are looking at the escher-derive crate. You can find the full documentation in the main escher crate.