v/vlib/encoding
Alexander Medvednikov c3ad4e2069 encoding.base64: use u8 2022-04-15 15:10:34 +03:00
..
base58 all: byte => u8 2022-04-15 14:58:56 +03:00
base64 encoding.base64: use u8 2022-04-15 15:10:34 +03:00
binary all: byte => u8 2022-04-15 14:58:56 +03:00
csv encoding.csv: allow passing a custom delimiter to the `new_reader` function (#13910) 2022-04-03 19:13:43 +03:00
hex all: byte => u8 2022-04-15 14:58:56 +03:00
utf8 all: byte => u8 2022-04-15 14:58:56 +03: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.