Not in standard

Some functionality built in to Java/Kotlin isn’t part of the Rust std lib and you’ll need to use these crates to add it:

FunctionalityCrateNotes
Random numbersrandMaintained by Rust team
SerializationserdeDoes XML, JSON, protobuf, etc
Lazy static variableslazy_static
RegexregexMaintained by Rust team
Base64base64
UUIDuuid
EnumsstrumEnum features variant names, properties, count, list, ordinal