1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/encoding
2023-01-17 19:46:43 +02:00
..
base32 encoding.base32: add missing documentation for all public functions (#16998) 2023-01-17 19:46:43 +02:00
base58
base64
binary
csv
hex
html
utf8
README.md

Description:

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