1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/encoding
Alexander Medvednikov 6756d28595 all: 2023 copyright
2023-03-28 22:55:57 +02:00
..
base32 all: 2023 copyright 2023-03-28 22:55:57 +02:00
base58 vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
base64 all: 2023 copyright 2023-03-28 22:55:57 +02:00
binary all: 2023 copyright 2023-03-28 22:55:57 +02:00
csv all: 2023 copyright 2023-03-28 22:55:57 +02:00
hex vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
html encoding.html: add escape() function (#16666) 2022-12-13 22:10:57 +02:00
utf8 all: 2023 copyright 2023-03-28 22:55:57 +02:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00

Description:

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