Module key

Source

Structs§

LicenseKey
A newtype wrapping String or &str for the license key.

Constants§

PROD_PAID_4_CORE_LICENSE_KEY_CONTENT 🔒
A license key with the paid tier and 4 core CPU limit that works in production.
TEST_PAID_LICENSE_KEY_CONTENT 🔒
A license key with the paid tier that only works in tests.

Type Aliases§

LicenseKeyRef
Alias for LicenseKey<&str>.