You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ondřej Hruška fa3503e19a Bump version 12 月之前
src Upgrade dependencies 12 月之前
.gitignore code import 5 年之前
CHANGELOG.md Bump version 12 月之前
Cargo.toml Bump version 12 月之前
LICENSE.txt add license and readme 5 年之前
README.md optimize Method 3 年之前

README.md

Rust implementation of Digest Auth hashing algorithms, as defined in IETF RFC 2069, 2617, and 7616.

This crate provides the authentication header parsing and generation code.

Please see the docs and tests for examples.