Structs§
- License
Key - A newtype wrapping
Stringor&strfor the license key.
Constants§
- PROD_
ALL_ 🔒4_ CORE_ LICENSE_ KEY_ CONTENT - A license key with the
Alltier and 4 RWU limit that works in production. - TEST_
ALL_ 🔒LICENSE_ KEY_ CONTENT - A license key with the
Alltier that only works in tests.
Type Aliases§
- License
KeyRef - Alias for
LicenseKey<&str>.