v/vlib/encoding
2023-09-06 09:37:51 +03:00
..
base32 checker: fix assigning an array slice (fix #19120) (#19137) 2023-08-15 20:37:51 +03:00
base58 tests: cleanup test cases (#19104) 2023-08-13 13:36:08 +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: improve hex unescaping, add test (#19279) 2023-09-06 09:37:51 +03: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 inline comments (#19263) 2023-09-03 23:51:56 +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.