| Crates.io | macros_process_mining |
| lib.rs | macros_process_mining |
| version | 0.1.0 |
| created_at | 2026-01-20 09:37:47.763437+00 |
| updated_at | 2026-01-20 09:37:47.763437+00 |
| description | Provides procedural macros required by the `rust4pm` project and the `process_mining` crate. Made for internal use only. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 2056223 |
| size | 18,606 |
macros_process_miningNote: 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.