MCPcopy Index your code
hub / github.com/Shnatsel/rust-http-clients-smoke-test

github.com/Shnatsel/rust-http-clients-smoke-test @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
19 symbols 29 edges 9 files 1 documented · 5%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

rust-http-clients-smoke-test

To build with Address Sanitizer, run

env RUSTFLAGS="-Z sanitizer=address" cargo +nightly build --target x86_64-unknown-linux-gnu --release

To build with debug assertions and overflow checks, run

env RUSTFLAGS="-C debug-assertions -C overflow-checks" cargo build --release

To build with all of the above, run

env RUSTFLAGS="-Z sanitizer=address -C debug-assertions -C overflow-checks" cargo +nightly build --target x86_64-unknown-linux-gnu --release

Run the test for an individual client with:

mkdir success failure
cut -d , -f 2 ~/top-1m.csv | grep --only-matching -E '[a-zA-Z0-9.-]+' | parallel -j 50 ~/rust-http-clients-smoke-test/fetch-one-url.sh "$PATH_TO_BINARY_UNDER_TEST"

Core symbols most depended-on inside this repo

smoke_test
called by 1
mio_httpc-smoke-test/src/main.rs
smoke_test
called by 1
ureq-smoke-test/src/main.rs
smoke_test
called by 1
awc-smoke-test/src/main.rs
smoke_test
called by 1
zeptohttpc-smoke-test/src/main.rs
smoke_test
called by 1
reqwest-smoke-test/src/main.rs
smoke_test
called by 1
attohttpc-smoke-test/src/main.rs
smoke_test
called by 1
hreq-smoke-test/src/main.rs
smoke_test
called by 1
minreq-smoke-test/src/main.rs

Shape

Function 19

Languages

Rust100%

Modules by API surface

surf-smoke-test/src/main.rs3 symbols
zeptohttpc-smoke-test/src/main.rs2 symbols
ureq-smoke-test/src/main.rs2 symbols
reqwest-smoke-test/src/main.rs2 symbols
mio_httpc-smoke-test/src/main.rs2 symbols
minreq-smoke-test/src/main.rs2 symbols
hreq-smoke-test/src/main.rs2 symbols
awc-smoke-test/src/main.rs2 symbols
attohttpc-smoke-test/src/main.rs2 symbols

For agents

$ claude mcp add rust-http-clients-smoke-test \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact