Structs§
- License
Key - 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§
- License
KeyRef - Alias for
LicenseKey<&str>
.