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