aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-06-26 15:35:43 +0200
committerCharles <sircharlesaze@gmail.com>2020-06-26 15:35:43 +0200
commitaa3f585408af0ee6235305a156303a6df5b4463a (patch)
treec7d0b4f2fd5c3bea1dcc1c95e7575137ae504e70 /README.md
parent81ae67c934e58ba65c37244ccf21f7cd469ade3e (diff)
downloadhuffman-aa3f585408af0ee6235305a156303a6df5b4463a.tar.gz
huffman-aa3f585408af0ee6235305a156303a6df5b4463a.tar.bz2
huffman-aa3f585408af0ee6235305a156303a6df5b4463a.zip
WIP: Added deserialize, Testing BitSetHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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`