A simple hasher that supports multiple algorithms and directory traversal
  • Rust 97.8%
  • Shell 2.2%
Find a file
zevaryx e5c385ca3c
All checks were successful
/ lint (pull_request) Successful in 24s
/ test (push) Successful in 30s
/ build-libhasher (push) Successful in 26s
/ build-hasher (push) Successful in 1m34s
chore: Fix versioning for libhasher in the hasher binary
2026-05-29 17:00:32 -06:00
.cargo Fix macos building 2025-08-29 03:24:35 +00:00
.forgejo/workflows ci: Update secrets variable name 2026-05-29 16:46:30 -06:00
hasher chore: Fix versioning for libhasher in the hasher binary 2026-05-29 17:00:32 -06:00
libhasher docs: Add a README to libhasher 2026-05-29 16:58:57 -06:00
.gitignore refactor: Reorganize repository for workspace support 2026-05-29 10:57:35 -06:00
Cargo.lock chore: Bump version to 0.9.3 2026-05-29 16:43:22 -06:00
Cargo.toml refactor: Reorganize repository for workspace support 2026-05-29 10:57:35 -06:00
install.sh Fix install script OS detection 2025-11-24 13:49:47 -07:00
LICENSE feat: Rearrange repository for crates.io publishing. CI/CD and the binary are broken 2026-05-29 09:58:42 -06:00
README.md docs: Update README to point to hasher README 2026-05-29 10:02:38 -06:00

libhasher

Latest Release Test Status

A fully-featured recursive hasher library for file validation. Fully compatible with standard hash outputs (i.e. md5sum, sha256sum, etc)

Usage

See docs.rs

hasher bin

See hasher