simul-macro 0.1.0

An internal macros crate for the simul macro.
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 3.91 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 274.55 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 5s Average build duration of successful builds.
  • all releases: 5s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • jmqd/simul
    6 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jmqd

simul-macro

This crate contains the macros that are used in the simul crate.

This macros are re-exported via the simul lib and are only intended to be used with that library, so there's no reason to take a direct dependency on this crate. The only reason it is a separate crate is because procedural macros must be in a separate crate.