rustio rustio.net
49

net-cat

v0.3.0 Experimental

Minimal hand-rolled HTTP/1.1 client over std::net::TcpStream. v0.3.0 adds chunked-transfer decoding (`Transfer-Encoding: chunked` responses now yield the correct decoded body) and a redirect follower in `fetch` (RFC 7231 §6.4: 301/302/303 downgrade non-GET/HEAD to GET and drop the body; 307/308 preserve method + body; cross-origin hops strip `Cookie` and `Authorization`; capped at `MAX_REDIRECTS = 10` hops). Optional `tls` feature still wires rustls + webpki-roots for `https://` URLs. No external HTTP crate. Sixth sub-crate of a Servo-replacement webview runtime targeting Tauri.

MIT OR Apache-2.0 Edition 2024
Network programmingWeb programming::HTTP client #client#http#fetch#minimal#type-driven

Quick Verdict

  • Actively maintained (updated 37d ago)
  • !Pre-1.0: API may have breaking changes
  • Tiny footprint (26KB, 3 deps)
  • Permissive license (MIT OR Apache-2.0)

Security

Checking security advisories...
Downloads
482
Dependents
90
Releases
3
Size
26KB

Deep Insights

📉
Download decline

133 downloads in the last 30 days, down 62% from the previous period. May indicate migration to alternatives.

👤
Prolific maintainer

The primary maintainer publishes 104 crates. This suggests deep Rust expertise and long-term commitment to the ecosystem.

🪶
Minimal dependencies

Only 3 direct dependencies. Lean dependency tree means faster builds and lower supply chain risk.

📐
Compact crate

At 25KB, net-cat is lightweight. Small crate size correlates with focused, well-scoped functionality.

Health Breakdown

Maintenance 12/25

Recency, release consistency, active ratio

Quality 16/25

Yanked ratio, deps, size, maturity, features

Community 11/20

Reverse deps, ownership, ecosystem

Popularity 3/15

Downloads, momentum, growth trend

Documentation 7/15

Docs, repo, license, metadata

Download Trend

Daily downloads · last 90 days
0/day avg
04/265/146/16/197/77/24

Top Dependents

Most downloaded crates that depend on net-cat

Version Adoption

v0.1.0
50%
v0.3.0
45%
v0.2.0
5%

Release Timeline

3 releasessince 2026
J
F
M
A
M
J
J
A
S
O
N
D
2026
3
Less
More

Feature Flags

tls

README

Loading README...

Maintainers

Dependencies
3
direct dependencies
Dependents
90
crates depend on net-cat

Similar Crates