moonfire-nvr/src
Scott Lamb 1865427f75 fully implement json handling as in spec
This is a significant milestone; now the Rust branch matches the C++ branch's
features.

In the process, I switched from using serde_derive (which requires nightly
Rust) to serde_codegen (which does not). It was easier than I thought it'd
be. I'm getting close to no longer requiring nightly Rust.
2016-12-08 21:28:50 -08:00
..
testdata Benchmark & speed up SampleIndexIterator 2016-05-19 22:53:23 -07:00
clock.rs add a basic test of Streamer, fix it 2016-12-06 18:41:44 -08:00
db.rs fully implement json handling as in spec 2016-12-08 21:28:50 -08:00
dir.rs add a basic test of Streamer, fix it 2016-12-06 18:41:44 -08:00
error.rs Rust rewrite 2016-11-25 14:34:00 -08:00
h264.rs Rust rewrite 2016-11-25 14:34:00 -08:00
main.rs fully implement json handling as in spec 2016-12-08 21:28:50 -08:00
mmapfile.rs Rust rewrite 2016-11-25 14:34:00 -08:00
mp4.rs fully implement json handling as in spec 2016-12-08 21:28:50 -08:00
pieces.rs test and fix .mp4 generation code 2016-12-02 20:40:55 -08:00
recording.rs fully implement json handling as in spec 2016-12-08 21:28:50 -08:00
resource.rs test and fix If-Match handling 2016-12-06 19:17:46 -08:00
schema.sql Rust rewrite 2016-11-25 14:34:00 -08:00
serde_types.in.rs fully implement json handling as in spec 2016-12-08 21:28:50 -08:00
stream.rs add a basic test of Streamer, fix it 2016-12-06 18:41:44 -08:00
streamer.rs add a basic test of Streamer, fix it 2016-12-06 18:41:44 -08:00
strutil.rs fully implement json handling as in spec 2016-12-08 21:28:50 -08:00
testutil.rs test and fix .mp4 generation code 2016-12-02 20:40:55 -08:00
web.rs fully implement json handling as in spec 2016-12-08 21:28:50 -08:00