1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/encoding
2022-03-09 20:26:00 +02:00
..
base58 vlib: add mut for the first parameter of builtin.copy, arrays.copy and crypto (#13702) 2022-03-09 20:26:00 +02:00
base64
binary
csv docs, builtin, encoding.csv: update error implementations (#13440) 2022-02-12 11:54:10 +02:00
hex
utf8 utf8: fix typo in utf8_util.v (#13624) 2022-03-01 19:06:48 +02:00
README.md

Description:

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