| Crates.io | resource-bound-derive |
| lib.rs | resource-bound-derive |
| version | 0.1.3 |
| created_at | 2026-01-11 20:09:30.449877+00 |
| updated_at | 2026-01-21 23:35:10.365607+00 |
| description | Compile-time enforcement of struct size limits and heap allocation constraints |
| homepage | https://github.com/oOp995/resource-bound |
| repository | https://github.com/oOp995/resource-bound |
| max_upload_size | |
| id | 2036355 |
| size | 12,551 |
resource-bound-derive is a part of resource-bound crate and not designed to work solely,the main usage is in resource-bound crate, refer to resource-bound
resource-bound is a procedural macro crate that enforces compile-time resource constraints on Rust structs.
It allows you to:
This crate is intentionally conservative, explicit, and honest about what Rust can and cannot guarantee at compile time.