1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/encoding
2023-04-09 10:32:49 +03:00
..
base32 encoding.base32: change ? to ! (#17892) 2023-04-06 03:09:05 +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 fmt: remove redundant parenthesis in the complex infix expr (#17873) 2023-04-04 13:47:48 +03: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
leb128 leb128: make decoding return the number of decoded bytes, in addition to the decoded value (#17912) 2023-04-09 10:32:49 +03:00
utf8 fmt: remove redundant parenthesis in the complex infix expr (#17873) 2023-04-04 13:47:48 +03: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.