Expand description
Module for standard Aidoku source library functions.
Enums§
- StdError
- Error type for std functions.
Functions§
- current_
date - Gets the current time as a Unix timestamp.
- free_
result ⚠ - Frees a byte array pointer returned by
encode. - get_
utc_ offset - parse_
date - Parses a date string into a Unix timestamp (seconds since epoch) using the specified format.
- parse_
date_ with_ options - Parses a date string into a Unix timestamp using the specified format, locale, and timezone.
- parse_
local_ date - Parses a date string into a Unix timestamp using the specified format and the user’s local timezone.
- Prints a message to the Aidoku logs.
- read
- Reads an object from a descriptor.
- read_
string - Reads a string from a descriptor.
- send_
partial_ result - Sends a partial result to the source runner.
- sleep
- Blocks the current thread for the specified number of seconds.