Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Ondřej Hruška fa3503e19a Bump version 11 mesi fa
src Upgrade dependencies 11 mesi fa
.gitignore code import 5 anni fa
CHANGELOG.md Bump version 11 mesi fa
Cargo.toml Bump version 11 mesi fa
LICENSE.txt add license and readme 5 anni fa
README.md optimize Method 3 anni fa

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.