cntrlr-macros 0.1.0

Helper macros for Cntrlr
Documentation
  • Coverage
  • 100%
    6 out of 6 items documented0 out of 5 items with examples
  • Size
  • Source code size: 9.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 306.47 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 4s Average build duration of successful builds.
  • all releases: 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • branan/cntrlr
    11 0 9
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • branan

Cntrlr-macros

This crate is part of Cntrlr.

Cntrlr-macros provides two sets of procedural macros: Those used to implement Cntlr, and those used to implement applications based on Cntrlr.

The application-support macros are re-exported by Cntrlr under the module cntrlr::macros. Applications should prefer that location to accessing this crate directly.