Name Description Size
.cargo-checksum.json 1250
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
LICENSE-APACHE 10847
LICENSE-MIT 1063
README.md # httparse 1659
src
tests