Expand description
Shared utility functions for the Forge framework.
Functionsยง
- parse_
duration - Parse a duration string into
Duration. - parse_
size - Parse a human-readable size string into bytes.
- to_
camel_ case - Convert a snake_case string to camelCase.
- to_
pascal_ case - Convert a snake_case string to PascalCase.
- to_
snake_ case - Convert a PascalCase or camelCase string to snake_case.