Add encoder(s) #1

Merged
glyph merged 18 commits from encoder into main 2022-09-21 11:37:28 +00:00

18 Commits

Author SHA1 Message Date
glyph b2f7328f78 add license and docs about encoding support 2022-09-21 12:35:18 +01:00
glyph bac29888bd add encoding of boolean, nil, list, map and tuple 2022-09-21 12:12:14 +01:00
glyph e31466b128 add encoder for nil values 2022-09-21 12:11:20 +01:00
glyph f72b8f153f add tests for encoding boolean, nil, list, map and tuple 2022-09-21 12:10:30 +01:00
glyph 1da93e3260 add happy path test for plain string 2022-09-20 19:48:21 +01:00
glyph 22c820ca73 remove low-level tests and add api tests for string encoding 2022-09-20 19:35:52 +01:00
glyph 3732f34ded add lockfile to ignore list 2022-09-20 19:34:41 +01:00
glyph e4b9dc7b54 add string encoding 2022-09-20 19:33:58 +01:00
glyph 99b6a046b4 add test for str encoding 2022-09-20 11:38:01 +01:00
glyph 58d87d9c6a add str encoder 2022-09-20 11:37:24 +01:00
glyph dc4009978f add test for sig decoding 2022-09-20 11:26:00 +01:00
glyph 8ce0502782 add sig encoder and improve base64 extractor 2022-09-20 11:25:27 +01:00
glyph 40a108f5e5 formatting 2022-09-20 11:24:31 +01:00
glyph 53a3369d62 add tests for classic feed and message encoding 2022-09-19 17:59:42 +01:00
glyph 9c75595755 add encoders for classic feed and message types 2022-09-19 17:58:58 +01:00
mycognosist 056d34104f update manifest 2022-09-19 16:39:48 +01:00
mycognosist 8535fa1fa2 add basic tests for types plus blob, bool and box encoding 2022-09-19 16:39:11 +01:00
mycognosist 2c4869c294 add encoders for blob, bool and box 2022-09-19 16:38:04 +01:00