1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/encoding
2022-10-28 19:08:30 +03:00
..
base32 encoding.base32: vfmt code 2022-09-27 16:29:44 +10:00
base58 all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
base64 all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
binary encoding.binary: fix function names in comments (#15317) 2022-08-02 00:30:06 +03:00
csv all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
hex all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03: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.