Commit Graph

34 Commits

Author SHA1 Message Date
glyph 02efcefe0a remove doc generation section 2022-09-23 13:53:37 +01:00
glyph 85019edf46 Merge pull request 'Throw on unmatched value and add documentation' (#3) from throw_on_unmatched into main
Reviewed-on: #3
2022-09-23 12:52:00 +00:00
glyph 78057f643d update examples 2022-09-23 13:50:46 +01:00
glyph 50a1d291c3 cleanup docs for multiclause functions and add examples 2022-09-23 13:45:59 +01:00
glyph 2447120d02 formatting 2022-09-23 10:32:15 +01:00
glyph 0f1827f24b add function comments and throw on unmatched decode attempts 2022-09-23 10:31:05 +01:00
glyph 7c92c57ed2 Merge pull request 'Add decoder(s)' (#2) from decoder into main
Reviewed-on: #2
2022-09-22 14:35:54 +00:00
glyph 5013f9db1a update readme with decode example 2022-09-22 15:32:57 +01:00
glyph 201a5ed512 add decoders and high-level decoder 2022-09-22 15:29:48 +01:00
glyph ae2011dbc6 add tests for decoding 2022-09-22 15:28:53 +01:00
glyph a82a66b3bc remove comment 2022-09-22 15:28:18 +01:00
glyph 757a498378 Merge pull request 'Add encoder(s)' (#1) from encoder into main
Reviewed-on: #1
2022-09-21 11:37:27 +00:00
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
glyph d56676b8d0 add get_box_type function 2022-05-06 18:47:29 +02:00
glyph 3745289e98 add get_msg_type function 2022-05-06 18:35:04 +02:00
glyph 588f11e7bc add elixir project files 2022-05-05 19:50:19 +02:00
glyph 088bac2ff2 initial commit 2022-05-05 19:49:28 +02:00