asupersync-macros 0.3.4

Proc macros for asupersync structured concurrency runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# asupersync-macros

`asupersync-macros` provides proc macros used by the
[`asupersync`](https://github.com/Dicklesworthstone/asupersync) runtime.

## Purpose

The crate supports structured-concurrency ergonomics in the main runtime by
expanding macro syntax into compile-time checked Rust code.

## License

MIT