| Crates.io | allframe-macros |
| lib.rs | allframe-macros |
| version | 0.1.12 |
| created_at | 2025-12-05 01:58:57.455132+00 |
| updated_at | 2025-12-15 01:35:05.127199+00 |
| description | Procedural macros for AllFrame framework |
| homepage | |
| repository | https://github.com/all-source-os/all-frame |
| max_upload_size | |
| id | 1967445 |
| size | 102,642 |
Procedural macros for the AllFrame framework
This crate provides procedural macros used by allframe-core.
You typically don't need to add this crate directly. It's automatically included when you use features that require macros in allframe-core:
[dependencies]
allframe-core = { version = "0.1", features = ["di", "cqrs", "otel"] }
#[di_container]Compile-time dependency injection container.
#[api]API handler generation and routing.
#[command], #[event], #[query]CQRS command, event, and query markers.
#[instrument]OpenTelemetry instrumentation.
These macros are used through allframe-core. See the allframe-core documentation for usage examples.
Licensed under either of:
at your option.