simple KeePass database viewer (for now)
  • Rust 88.1%
  • Nix 11.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
electria 717aabb3d6
refactor: remove "move" from subscription closure
it's explicitly not allowed to pass anything but a zero-sized closure,
hence the use of "with" to add values as args

as such, "move" makes no sense there
2026-08-29 22:03:27 -07:00
LICENSES iced-template: add REUSE 2026-08-17 12:05:40 -07:00
src refactor: remove "move" from subscription closure 2026-08-29 22:03:27 -07:00
.envrc iced-template: init 2026-08-03 12:22:24 -07:00
.gitignore iced-template: init 2026-08-03 12:22:24 -07:00
Cargo.lock build: return to stable iced version 2026-08-26 12:00:55 -07:00
Cargo.toml chore: update metadata 2026-08-28 21:56:20 -07:00
flake.lock iced-template: use more efficient nixpkgs input 2026-08-17 10:42:08 -07:00
flake.nix build: generalize desktopItem linking 2026-08-28 21:52:23 -07:00
REUSE.toml chore: update metadata 2026-08-28 21:56:20 -07:00