1//! 2//! 3//!Enforces compile-time resource constraints on structs. 4//! See the crate README for details and examples. 5//! 6 7 8pub use resource_bound_derive::ResourceBound; 9pub use resource_bound_core::StackOnly;