hooch-macro 0.1.1

Procedural macros for the hooch async runtime.
Documentation
1
2
3
4
5
6
7
8
9
10
# hooch-macro

`hooch-macro` is a procedural macro crate that provides attribute macros designed to integrate seamlessly with the `hooch` async runtime. This crate simplifies the usage of custom runtime configurations and boilerplate, enabling developers to build and manage their async Rust applications efficiently.

## Features

- Attribute macro `#[hooch_main]` to easily set up the entry point for your async runtime.
- Configurable worker count directly through macro attributes.
- Lightweight and efficient, designed to work specifically with the `hooch` runtime.