Crate risingwave_license

Source

ModulesΒ§

cpu πŸ”’
error
Error types.
feature πŸ”’
key πŸ”’
manager πŸ”’

StructsΒ§

License
The content of a license.
LicenseKey
A newtype wrapping String or &str for the license key.
LicenseManager
The singleton license manager.

EnumsΒ§

Feature
A set of features that are available based on the license.
FeatureNotAvailable
The error type for feature not available due to license.
Issuer
Issuer of the license.
LicenseError
The error type for invalid license key when verifying as JWT.
MaybeFeature
A feature that’s specified in the custom tier.
Tier
License tier.

FunctionsΒ§

report_telemetry πŸ”’

Type AliasesΒ§

LicenseKeyRef
Alias for LicenseKey<&str>.