Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Ondřej Hruška fa3503e19a Bump version 11 miesięcy temu
src Upgrade dependencies 12 miesięcy temu
.gitignore code import 5 lat temu
CHANGELOG.md Bump version 11 miesięcy temu
Cargo.toml Bump version 11 miesięcy temu
LICENSE.txt add license and readme 5 lat temu
README.md optimize Method 3 lat temu

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.