Structsยง
Functionsยง
- days_
to_ ๐date_ string - Convert days since Unix epoch to date string
- is_
default_ ๐for_ syntax - Whether this type is the default interpretation for its value syntax.
- literal_
type_ ๐suffix - The type suffix for a literal (e.g.,
"i32","fp64","date"). - microseconds_
to_ ๐time_ string - Convert microseconds since midnight to time string
- microseconds_
to_ ๐timestamp_ string - Convert microseconds since Unix epoch to timestamp string
- textify_
binary - textify_
enum - Write an enum value. Enums are written as
&<identifier>, if the string is a valid identifier; otherwise, they are written as&'<escaped_string>'. - timestamp_
to_ string - unimplemented_
literal ๐ - Write an error token for a literal type that hasnโt been implemented yet.
- write_
literal_ ๐value - Write just the value portion of a literal, with no type suffix or nullability marker.