Expand description
§capsec-macro
Procedural macros for the capsec capability-based security system.
Provides attribute macros:
requires— declares and validates a function’s capability requirements.deny— marks a function as capability-free for the lint tool.main— injectsCapRootcreation into a function entry point.context— generatesHas<P>impls and constructor for a capability context struct.
These macros are re-exported by the capsec facade crate. You don’t need to
depend on capsec-macro directly.