Name Description Size Coverage
.cargo-checksum.json 1608 -
.cargo_vcs_info.json 94 -
.github -
benches -
build.rs let rustc = env::var_os("RUSTC").unwrap_or(OsString::from("rustc")); let output = Command::new(&rustc) .arg("--version") .output() .expect("failed to check 'rustc --version'") .stdout; let version = String::from_utf8(output) .expect("rustc version output should be utf-8"); 4792 -
Cargo.toml 1187 -
Cargo.toml.orig 679 -
LICENSE-APACHE 10847 -
LICENSE-MIT 1063 -
README.md # httparse 1659 -
src -
tests -