Crates.io | hooch-macro |
lib.rs | hooch-macro |
version | 0.1.0 |
source | src |
created_at | 2024-11-10 11:15:41.136583 |
updated_at | 2024-11-10 11:15:41.136583 |
description | Procedural macros for the hooch async runtime. |
homepage | |
repository | https://github.com/bwintertkb/hooch |
max_upload_size | |
id | 1442790 |
size | 5,320 |
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.
#[hooch_main]
to easily set up the entry point for your async runtime.hooch
runtime.