hooch-macro

Crates.iohooch-macro
lib.rshooch-macro
version0.1.0
sourcesrc
created_at2024-11-10 11:15:41.136583
updated_at2024-11-10 11:15:41.136583
descriptionProcedural macros for the hooch async runtime.
homepage
repositoryhttps://github.com/bwintertkb/hooch
max_upload_size
id1442790
size5,320
Bartek Winter (bwintertkb)

documentation

README

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.
Commit count: 26

cargo fmt