選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
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.