mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-25 12:06:11 -05:00
extract varint/zigzag stuff to separate module
They can be used for more than recording. In particular, I plan to use these from the db module for the representation of signals/events.
This commit is contained in:
@@ -69,6 +69,7 @@ use std::sync::atomic::{AtomicBool, Ordering};
|
||||
use std::thread;
|
||||
|
||||
mod clock;
|
||||
mod coding;
|
||||
mod db;
|
||||
mod dir;
|
||||
mod error;
|
||||
|
||||
Reference in New Issue
Block a user