{"id":59173,"library":"parse-link-header","title":"Parse Link Header","description":"A library for parsing HTTP Link headers into structured data.","status":"active","version":"0.4.1","language":"rust","source_language":null,"source_url":"https://github.com/g1eny0ung/parse_link_header","tags":["http","link-header","parsing","web"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nparse_link_header = \"0.4.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add parse_link_header","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"parse","correct":"use parse_link_header::parse;"}],"quickstart":{"code":"use parse_link_header::parse;\n\nfn main() {\n    let header = \"<https://example.com>; rel=\\\"next\\\"\";\n    let links = parse(header).unwrap();\n    println!(\"{:?}\", links);\n}","lang":"rust","description":"Parse an HTTP Link header string into a map of links."},"warnings":[],"env_vars":null,"search_vec":"'data':13 'header':3,10,17 'http':8,14 'librari':5 'link':2,9,16 'link-head':15 'pars':1,7,18 'structur':12 'web':19","created_at":"2026-06-16T16:53:15.942406+00:00","updated_at":"2026-06-16T16:53:15.942406+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/g1eny0ung/parse_link_header","github":"https://github.com/g1eny0ung/parse_link_header","docs":"https://docs.rs/parse_link_header/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}