v/vlib/encoding
2025-03-12 23:03:25 +03:00
..
base32 fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
base58 builtin: implement a s.hex() method, allowing shortening s.bytes().hex() chains, and reducing the intermediate allocations; add tests for it (#22540) 2024-10-16 14:18:10 +03:00
base64 all: change single blank comment to blank line (#22016) 2024-08-09 14:55:58 +03:00
binary encoding.binary: add u16/u32/u64 -> []u8 conversion functions (#22193) 2024-09-10 20:22:34 +03:00
csv builtin: string.index_after() ?int 2025-03-12 23:03:25 +03:00
hex all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
html fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
iconv encoding.iconv: add flag for OpenBSD to find iconv include and library (fix #23573) (#23575) 2025-01-25 19:41:05 +02:00
leb128 all: int => i64 (part 5) 2023-10-08 01:32:37 +03:00
txtar fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
utf8 checker: check and error for invalid utf8 string literals (#23721) 2025-02-15 19:32:38 +02:00
xml fmt: fix formating a file in an oscillating manner (fix #22223, fix #22026) (#22232) 2024-09-17 09:47:38 +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.