moonfire-nvr/base
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
..
Cargo.toml upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
clock.rs refine flush_if_sec behavior 2018-03-23 15:16:43 -07:00
lib.rs move strutil to base crate 2018-03-30 08:54:20 -07:00
strutil.rs move strutil to base crate 2018-03-30 08:54:20 -07:00