libhasher 0.9.2

A high-level hashing library for files and text
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# libhasher

[![Latest Release](https://git.zevaryx.com/zevaryx/hasher-rs/badges/release.svg?label=Latest%20Release)](https://git.zevaryx.com/zevaryx/hasher-rs/releases/latest) ![Test Status](https://git.zevaryx.com/zevaryx/hasher-rs/badges/workflows/test.yml/badge.svg?branch=dev&label=Test%20Status)

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

## Usage

See [docs.rs](https://docs.rs/libhasher)

## hasher bin

See [`hasher`](https://git.zevaryx.com/zevaryx/hasher-rs/src/branch/dev/hasher)