v/vlib/encoding
jeffmikels a60b381d5e
docs: adding skeleton README.md files for all vlib modules (#13034)
2022-01-05 18:06:08 +02:00
..
base58 encoding: add base58 support (#11288) 2021-08-24 06:22:46 +03:00
base64 all: update copyright year 2022-01-04 12:21:12 +03:00
binary all: update copyright year 2022-01-04 12:21:12 +03:00
csv all: update copyright year 2022-01-04 12:21:12 +03:00
hex encoding.hex: remove strconv dependency (#11196) 2021-08-16 04:59:21 +03:00
utf8 all: update copyright year 2022-01-04 12:21:12 +03:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00

README.md

Description:

encoding is a namespace for different formats/protocols encoding/decoding, like csv, utf8, base64 etc.