| .github | ||
| docs | ||
| python/httpx | ||
| scripts | ||
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| LICENSE.md | ||
| mkdocs.yml | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
| rustfmt.toml | ||
| uv.lock | ||
Rewriting httpx in Rust
Rewriting popular httpx python library in rust to learn the rust lang.
Original project httpx. Original project documentation