moonfire-nvr/src
Scott Lamb 699ec87968 upgrade to 2018 Rust edition
This is mostly just "cargo fix --edition" + Cargo.toml changes.
There's one fix for upgrading to NLL in db/writer.rs:
Writer::previously_opened wouldn't build with NLL because of a
double-borrow the previous borrow checker somehow didn't catch.
Restructure to avoid it.

I'll put elective NLL changes in a following commit.
2018-12-28 14:59:06 -06:00
..
cmds upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
testdata initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
body.rs preliminary web support for auth (#26) 2018-11-27 11:08:33 -08:00
h264.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
json.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
main.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
mp4.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
slices.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
stream.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
streamer.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
web.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00