Expand description
License guard pattern for enforced validation
This module provides a type-safe way to ensure licenses are always validated before their data is accessed.
Structs§
- Validated
License - A validated license guard that ensures the license was verified before access.
Functions§
- require_
license - Require a valid license to proceed.
- require_
license_ with_ verifier - Require a valid license with custom verifier options.
- validate_
license_ bytes - Validate license bytes directly (for API/network use)