{"id":13439286,"url":"https://github.com/mandrean/har-rs","last_synced_at":"2025-08-22T00:35:13.240Z","repository":{"id":49225429,"uuid":"157848511","full_name":"mandrean/har-rs","owner":"mandrean","description":"A HTTP Archive format (HAR) serialization \u0026 deserialization library, written in Rust.","archived":false,"fork":false,"pushed_at":"2024-10-15T23:29:22.000Z","size":74,"stargazers_count":43,"open_issues_count":1,"forks_count":14,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-08T21:14:52.465Z","etag":null,"topics":["charles-proxy","deserialization","har","http-archive-format","rust","rust-library","serde","serde-json","serde-serialization","serialization"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mandrean.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-11-16T10:01:19.000Z","updated_at":"2025-01-30T21:26:22.000Z","dependencies_parsed_at":"2025-05-08T21:14:54.049Z","dependency_job_id":"bb1b2f91-8c93-4d0c-a599-a681f7ebc45e","html_url":"https://github.com/mandrean/har-rs","commit_stats":{"total_commits":53,"total_committers":6,"mean_commits":8.833333333333334,"dds":0.1132075471698113,"last_synced_commit":"3d6d4cbab14840dfb06c24ab4d02c4e23c0a69af"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/mandrean/har-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandrean%2Fhar-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandrean%2Fhar-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandrean%2Fhar-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandrean%2Fhar-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mandrean","download_url":"https://codeload.github.com/mandrean/har-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandrean%2Fhar-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267820882,"owners_count":24149294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["charles-proxy","deserialization","har","http-archive-format","rust","rust-library","serde","serde-json","serde-serialization","serialization"],"created_at":"2024-07-31T03:01:12.674Z","updated_at":"2025-07-30T06:11:51.946Z","avatar_url":"https://github.com/mandrean.png","language":"Rust","funding_links":[],"categories":["Libraries","库 Libraries","库"],"sub_categories":["Encoding","编码 Encoding","编码(Encoding)","加密 Encoding"],"readme":"har-rs\n======\n[HTTP Archive format (HAR)][har] serialization \u0026 deserialization library, written in Rust.\n\n\u003c!---![Build Status](https://github.com/mandrean/har-rs/workflows/CI/badge.svg?branch=master)--\u003e\n[![Latest version](https://img.shields.io/crates/v/har.svg)](https://crates.io/crates/har)\n[![Documentation](https://docs.rs/har/badge.svg)](https://docs.rs/har)\n![License](https://img.shields.io/crates/l/har.svg)\n\nInstall\n-------\nAdd the following to your `Cargo.toml` file:\n\n```toml\n[dependencies]\nhar = \"0.8\"\n```\n\nUse\n---\nSimplest possible example:\n```rust\nuse har::from_path;\n\nfn main() {\n  match har::from_path(\"path/to/file.har\") {\n    Ok(spec) =\u003e println!(\"spec: {:?}\", spec),\n    Err(err) =\u003e println!(\"error: {}\", err)\n  }\n}\n```\n\nSee [docs.rs/har] for the full library API documentation.\n\nContribute\n----------\nThis project follows [semver], [conventional commits] and semantic releasing using [mandrean/semantic-rs].\n\nNote\n----\nInspired by [softprops/openapi](https://github.com/softprops/openapi).\n\n[conventional commits]: https://www.conventionalcommits.org\n[docs.rs/har]: https://docs.rs/har\n[har]: https://en.wikipedia.org/wiki/.har\n[mandrean/semantic-rs]: https://github.com/mandrean/semantic-rs\n[semver]: https://semver.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmandrean%2Fhar-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmandrean%2Fhar-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmandrean%2Fhar-rs/lists"}