mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-01-15 08:45:01 -05:00
699ec87968
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. |
||
---|---|---|
.. | ||
cmds | ||
testdata | ||
body.rs | ||
h264.rs | ||
json.rs | ||
main.rs | ||
mp4.rs | ||
slices.rs | ||
stream.rs | ||
streamer.rs | ||
web.rs |