14 releases (6 stable)
1.3.0 | Feb 11, 2025 |
---|---|
1.1.1 | Dec 12, 2024 |
1.1.0 | Aug 1, 2024 |
1.0.0 | Jul 25, 2024 |
0.1.4 | Sep 28, 2023 |
#870 in Rust patterns
49 downloads per month
Used in 2 crates
(via assemblyline-models)
19KB
290 lines
Macros for attaching metadata to structs.
When a struct is used to define an interface with external systems there is often additonal information about the external system that is required. Rather than having that information stored separately this library intends to maintain a single source of truth.
A utility library for letting rust types describe themselves.
This is intended to let rust structs be used as a single source of truth when defining tie ins to external systems.
Dependencies
~1.5–2.4MB
~42K SLoC