1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/encoding
2022-10-28 19:08:30 +03:00
..
base32
base58 all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
base64
binary
csv all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
hex all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
utf8
README.md

Description:

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