v/vlib/encoding
2023-11-25 10:02:51 +03:00
..
base32 all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
base58 tests: cleanup test cases (#19104) 2023-08-13 13:36:08 +03:00
base64 all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
binary all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
csv all: update attributes to use new syntax 2023-11-15 16:16:01 +11: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
utf8 all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
xml all: unwrap const() blocks 2023-11-25 10:02:51 +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.