From aa3f585408af0ee6235305a156303a6df5b4463a Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 26 Jun 2020 15:35:43 +0200 Subject: WIP: Added deserialize, Testing BitSet --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 75fb0ad..2c28c10 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,7 @@ Conversion table where each entry's format is: 1 byte for the actual byte value 1 byte for size of representation in bits the representation aligned on a 8-bit boundary + +## Tests + +`cargo test` -- cgit