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 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.
- Maybe
Feature - A feature thatβs specified in the custom tier.
- Tier
- License tier.
FunctionsΒ§
- report_
telemetry π
Type AliasesΒ§
- License
KeyRef - Alias for
LicenseKey<&str>
.