1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/encoding
2023-04-09 10:32:49 +03:00
..
base32 encoding.base32: change ? to ! (#17892) 2023-04-06 03:09:05 +02:00
base58
base64
binary
csv
hex
html
leb128 leb128: make decoding return the number of decoded bytes, in addition to the decoded value (#17912) 2023-04-09 10:32:49 +03:00
utf8
README.md

Description:

encoding is a namespace for different formats/protocols encoding/decoding, like csv, utf8, base64 etc.