v/vlib/encoding
2024-04-05 17:31:32 +03:00
..
base32 all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
base58 tests: cleanup test cases (#19104) 2023-08-13 13:36:08 +03:00
base64 vlib: fix typos (endianess -> endianness) (#21099) 2024-03-26 10:32:10 +02:00
binary encoding.binary: add _fixed variants for the conversion fns, that accept fixed arrays (#20766) 2024-02-09 22:07:59 +02:00
csv encoding.csv: fix bug in RandomAccessReader, spotted on windows with mingw32 (#20571) 2024-01-17 22:10:28 +02:00
hex all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
html all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
leb128 all: int => i64 (part 5) 2023-10-08 01:32:37 +03:00
txtar all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
utf8 all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
xml xml: update entity parse test (#21190) 2024-04-05 17:31:32 +03:00
README.md doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00

Description

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