Modulesยง
Structsยง
- License
- The content of a license.
- License
Key - A newtype wrapping
String
or&str
for the license key. - License
Manager - The singleton license manager.
Enumsยง
- Feature
- A set of features that are available based on the tier of the license.
- Feature
NotAvailable - The error type for feature not available due to license.
- Issuer
- Issuer of the license.
- License
Error - The error type for invalid license key when verifying as JWT.
- Tier
- License tier.
Functionsยง
- report_
telemetry ๐
Type Aliasesยง
- License
KeyRef - Alias for
LicenseKey<&str>
.