hooch-macro 0.1.1

Procedural macros for the hooch async runtime.
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 5.4 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 120.4 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • bwintertkb/hooch
    9 5 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bwintertkb

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.