Module key

Source

Structs§

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

Constants§

PROD_ALL_4_CORE_LICENSE_KEY_CONTENT 🔒
A license key with the All tier and 4 core CPU limit that works in production.
TEST_ALL_LICENSE_KEY_CONTENT 🔒
A license key with the All tier that only works in tests.

Type Aliases§

LicenseKeyRef
Alias for LicenseKey<&str>.