macros_process_mining

Crates.iomacros_process_mining
lib.rsmacros_process_mining
version0.1.0
created_at2026-01-20 09:37:47.763437+00
updated_at2026-01-20 09:37:47.763437+00
descriptionProvides procedural macros required by the `rust4pm` project and the `process_mining` crate. Made for internal use only.
homepage
repository
max_upload_size
id2056223
size18,606
Aaron (aarkue)

documentation

README

macros_process_mining

Note: This crate is intended for internal use only.

macros_process_mining provides the procedural macros required by the rust4pm project.

These macros (i.e., register_binding) automatically register an annotated function for dynamic introspection and execution, effectively creating dynamic function bindings. This functionality, for example, powers the CLI.

Through the use of macros, new functions can be added to this dynamic function collection without introducing duplicate code or requiring much effort.

Commit count: 0

cargo fmt