Expand description
Utility functions and helpers for the Rustisan framework
This module provides common utility functions used throughout the framework.
Functionsยง
- camel_
to_ snake - Converts camelCase to snake_case
- pascal_
to_ snake - Converts PascalCase to snake_case
- random_
string - Generates a random string of specified length
- slugify
- Slugifies a string (converts to URL-friendly format)
- snake_
to_ camel - Converts snake_case to camelCase
- snake_
to_ pascal - Converts snake_case to PascalCase
- timestamp
- Gets current timestamp in seconds
- timestamp_
millis - Gets current timestamp in milliseconds
- timestamp_
to_ datetime - Converts a timestamp to DateTime
- uuid
- Generates a UUID v4 string