common: Add the varint module.
[gps-watch.git] / src / common / lib.rs
index 384543ecbd2866bea30a069603cb33140cb0df98..a9c4f90bfc5c4f49daa8acab6eb745b62247a77f 100644 (file)
@@ -48,3 +48,4 @@ pub mod storage;
 pub mod mx25l;
 pub mod shell;
 pub mod yencode;
+pub mod varint;