moonfire-nvr/db
Scott Lamb 843e1b49c8 take FnMut closures by reference
I mistakenly thought these had to be monomorphized. (The FnOnce still
does, until rust-lang/rfcs#1909 is implemented.) Turns out this way works
fine. It should result in less compile time / code size, though I didn't check
this.
2018-02-23 09:19:42 -08:00
..
testdata initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
Cargo.toml initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
coding.rs initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
db.rs take FnMut closures by reference 2018-02-23 09:19:42 -08:00
dir.rs take FnMut closures by reference 2018-02-23 09:19:42 -08:00
lib.rs knob to reduce db commits (SSD write cycles) 2018-02-22 16:35:34 -08:00
raw.rs extend recording_playback with an open_id 2018-02-22 21:46:41 -08:00
recording.rs initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
schema.proto initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
schema.rs initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
schema.sql extend recording_playback with an open_id 2018-02-22 21:46:41 -08:00
testutil.rs take FnMut closures by reference 2018-02-23 09:19:42 -08:00