25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Ondřej Hruška fa3503e19a Bump version 12 ay önce
src Upgrade dependencies 12 ay önce
.gitignore code import 5 yıl önce
CHANGELOG.md Bump version 12 ay önce
Cargo.toml Bump version 12 ay önce
LICENSE.txt add license and readme 5 yıl önce
README.md optimize Method 3 yıl önce

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.