v/vlib/encoding
Daniel Däschle 54bbc00493
fmt: remove space in front of ? and ! (#14366)
2022-05-13 10:10:39 +02:00
..
base58 fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
base64 all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
binary all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
csv fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
hex fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
utf8 docs: document more `builtin` functions/methods (#14229) 2022-04-30 16:26:28 +02:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00

README.md

Description:

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