1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/encoding
2022-08-08 15:37:00 +03:00
..
base58 encoding.base58: remove one unnecessary map access per the most common BTC usages; implement encode_bytes, decode_bytes, encode_walpha_bytes, decode_walpha_bytes functions 2022-08-08 15:37:00 +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 encoding.csv: handle bools (#15103) 2022-07-17 10:54:36 +03:00
hex fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
utf8 docs: document more builtin functions/methods (#14229) 2022-04-30 12:31:23 +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.