Begin unifying baseXX encodings. b64 / hex data strings can now be used with \` as well.

This commit is contained in:
Christoffer Lerno
2024-11-25 16:20:10 +01:00
parent 9112d63655
commit a087ba608b
5 changed files with 56 additions and 52 deletions

View File

@@ -0,0 +1,7 @@
module std::encoding;
fault DecodingFailure
{
INVALID_CHARACTER,
INVALID_PADDING,
}