1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/encoding
2022-08-01 08:20:14 +03:00
..
base58
base64
binary encoding.binary: add functions to read/write with an offset and at the end of the array, split files by endianness (#15301) 2022-08-01 08:20:14 +03:00
csv
hex
utf8
README.md

Description:

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