moonfire-nvr/server/base
Greg V 909a174957 fix build on nightly rust
error[E0106]: missing lifetime specifier
  --> base/time.rs:26:68
   |
26 | fn fixed_len_num<'a>(len: usize) -> impl FnMut(&'a str) -> IResult<&'a str, i32> {
   |                                                                    ^ expected named lifetime parameter
   |
   = help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments
help: consider using the `'a` lifetime
2022-05-01 14:34:38 -07:00
..
Cargo.toml fix #187 via a dependency upgrade 2022-03-08 11:24:44 -08:00
clock.rs shutdown better 2021-09-23 16:33:29 -07:00
error.rs small readability improvements to web.rs 2021-03-10 16:21:34 -08:00
lib.rs shutdown better 2021-09-23 16:33:29 -07:00
shutdown.rs shutdown better 2021-09-23 16:33:29 -07:00
strutil.rs bump versions of blake3, nom, tokio-tungstenite 2021-08-31 13:05:10 -07:00
time.rs fix build on nightly rust 2022-05-01 14:34:38 -07:00