1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/encoding
2022-07-09 15:52:19 +03:00
..
base58 fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
base64
binary encoding.binary: add unit tests and module documentation (#15000) 2022-07-09 15:52:19 +03:00
csv encoding.csv: update reader.v (#14807) 2022-06-21 08:31:47 +03:00
hex fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
utf8
README.md

Description:

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