v/vlib/encoding
2023-11-10 11:31:36 +02: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 compress,coroutines,encoding: handle C calls in .v files (part of enabling -W impure-v as default) (#19769) 2023-11-05 17:38:03 +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 all: int => i64 (part 5) 2023-10-08 01:32:37 +03:00
utf8 compress,coroutines,encoding: handle C calls in .v files (part of enabling -W impure-v as default) (#19769) 2023-11-05 17:38:03 +02:00
xml encoding.xml: make tag name and attribute parsing more robust and cleaner (#19828) 2023-11-10 11:31:36 +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.