# 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.