aboutsummaryrefslogtreecommitdiff
path: root/examples/base64
AgeCommit message (Collapse)Author
2025-04-07Move core libraries into their own folderBruce Hill
2025-04-06No more colons for blocksBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-05More fixesBruce Hill
2025-03-12Rename `without_escaping()` -> `from_text()`Bruce Hill
2025-03-01Change `lang.text_content` to `lang.text`Bruce Hill
2025-01-12Fix up examplesBruce Hill
2024-12-07Rename "NONE" to "none"Bruce Hill
2024-11-24Clean up some more null->none renames and fix the documentation. AlsoBruce Hill
change the literal syntax to `NONE:T` instead of `!T`
2024-11-19Rename `Text.utf8_bytes` back to `Text.bytes`Bruce Hill
2024-11-09Rename `from_text()` to `parse()`Bruce Hill
2024-11-05Deprecate bit-width integer/num literals in favor of using typeBruce Hill
constructors
2024-11-04Be much more permissive about using integer literals for fixed-size intsBruce Hill
or nums or bytes
2024-11-04Add base64 libBruce Hill