moonfire-nvr/db
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
..
testdata initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
upgrade upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
auth.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
Cargo.toml upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
check.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
coding.rs initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
db.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
dir.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
lib.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
raw.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
recording.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
schema.proto update design docs for new-schema branch changes 2018-03-24 20:51:30 -07:00
schema.rs upgrade a few deps 2018-08-24 22:06:14 -07:00
schema.sql preliminary web support for auth (#26) 2018-11-27 11:08:33 -08:00
testutil.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
writer.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00