1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/encoding
2022-04-15 18:25:45 +03:00
..
base58 all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
base64 all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
binary
csv all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
hex all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
utf8 all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
README.md

Description:

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