1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/encoding
2023-02-13 10:29:02 +02:00
..
base32 encoding.base32: add missing documentation for all public functions (#16998) 2023-01-17 19:46:43 +02:00
base58 vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
base64 vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
binary docs: unify format of notes (#17294) 2023-02-13 10:29:02 +02:00
csv all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
hex vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
html encoding.html: add escape() function (#16666) 2022-12-13 22:10:57 +02:00
utf8 encoding.utf8: add is_number (#15931) 2022-10-01 11:01: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.