No description
Find a file
Breadway ac8a3ccce9 Fix clippy warnings: drop needless mut, derive Config's Default
- camera.rs: MmapStream::with_buffers only needs a shared reference to
  the v4l Device, and the device handle itself was never mutated
  elsewhere in either capture path, so the mut bindings were dead.
- config.rs: Config's manual Default impl just called Default on each
  field, which #[derive(Default)] already does.
2026-08-06 08:48:57 +08:00
models can't be bothered writing a commit message 2026-08-03 09:36:54 +08:00
packaging/systemd can't be bothered writing a commit message 2026-08-03 09:36:54 +08:00
src Fix clippy warnings: drop needless mut, derive Config's Default 2026-08-06 08:48:57 +08:00
.gitignore init commit 2026-07-22 12:03:32 +08:00
Cargo.lock init commit 2026-07-22 12:03:32 +08:00
Cargo.toml init commit 2026-07-22 12:03:32 +08:00
LICENSE init commit 2026-07-22 12:03:32 +08:00
README.md init commit 2026-07-22 12:03:32 +08:00

crustd

Tiered, power-efficient presence detection daemon for Bread.

Building

cargo build --release

Running

./target/release/crustd

See packaging/ for distribution packaging.