{"id":13439351,"url":"https://github.com/stepancheg/rust-protobuf","last_synced_at":"2025-05-13T16:04:01.541Z","repository":{"id":9759590,"uuid":"11726616","full_name":"stepancheg/rust-protobuf","owner":"stepancheg","description":"Rust implementation of Google protocol buffers","archived":false,"fork":false,"pushed_at":"2025-03-09T22:06:17.000Z","size":55496,"stargazers_count":2886,"open_issues_count":84,"forks_count":389,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-04-29T23:01:52.377Z","etag":null,"topics":["protobuf","rust","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/stepancheg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG-before-3.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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}},"created_at":"2013-07-28T22:12:52.000Z","updated_at":"2025-04-29T15:29:12.000Z","dependencies_parsed_at":"2024-11-05T18:04:35.894Z","dependency_job_id":"2c01c48b-ac17-4c9c-92bb-d64ba4e3dc5a","html_url":"https://github.com/stepancheg/rust-protobuf","commit_stats":{"total_commits":3237,"total_committers":142,"mean_commits":"22.795774647887324","dds":0.08155699721964782,"last_synced_commit":"a5421213fbfbbe03ae776006db316671017e3ace"},"previous_names":[],"tags_count":116,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepancheg%2Frust-protobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepancheg%2Frust-protobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepancheg%2Frust-protobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepancheg%2Frust-protobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stepancheg","download_url":"https://codeload.github.com/stepancheg/rust-protobuf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251825381,"owners_count":21649942,"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","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":["protobuf","rust","serialization"],"created_at":"2024-07-31T03:01:13.186Z","updated_at":"2025-05-05T22:45:27.019Z","avatar_url":"https://github.com/stepancheg.png","language":"Rust","funding_links":[],"categories":["Rust","Libraries","代码","库 Libraries","库"],"sub_categories":["Encoding","编码","编码 Encoding","加密 Encoding","编码(Encoding)"],"readme":"# rust-protobuf\n\n\u003c!-- https://travis-ci.org/stepancheg/rust-protobuf.png --\u003e\n[![crates.io version][crates-io-shields]][crates-io]\n[![docs.rs][docs-rs-shields]][docs-rs]\n[![GitHub Workflow Status][actions-shields]][actions]\n[![License][license-shields]][license]\n\n[crates-io]: https://crates.io/crates/protobuf\n[crates-io-shields]: https://img.shields.io/crates/v/protobuf.svg\n[docs-rs]: https://docs.rs/protobuf\n[docs-rs-shields]: https://img.shields.io/badge/docs.rs-rustdoc-green.svg\n[actions]: https://github.com/stepancheg/rust-protobuf/actions?query=workflow%3ACI\n[actions-shields]: https://img.shields.io/github/workflow/status/stepancheg/rust-protobuf/CI\n[license]: https://github.com/stepancheg/rust-protobuf/blob/master/LICENSE.txt\n[license-shields]: https://img.shields.io/crates/l/protobuf.svg\n\n[Protobuf](https://developers.google.com/protocol-buffers/docs/overview) implementation in [Rust](https://www.rust-lang.org/).\n\n* Written in pure rust\n* Generates rust code\n* Has runtime library support for generated code\n  (Coded{Input|Output}Stream impl)\n* Supports both Protobuf versions 2 and 3\n* and more\n\n## Where is documentation\n\nDocumentation is [hosted on docs.rs](https://docs.rs/protobuf).\n\n## Versions and branches\n\n### Version 3\n\nVersion 3 is current stable version. Compared to version 2 it implements:\n* runtime reflection\n* JSON and text format parsing and printing\n* dynamic messages (messages which can be created from `.proto` file on the fly\n  without code generation)\n\n### Version 2\n\nVersion 2 is previous stable version. Only most critical bugfixes will be applied\nto 2.x version, otherwise it won't be maintained.\n\n### Help\n\nThe crate **needs help**:\n* **a new maintainer**, but also\n* testing\n* documentation\n* examples to be used as documentation\n* feedback on API design\n* feedback on implementation\n* pull requests\n\n## Changelog\n\nSee [CHANGELOG.md](CHANGELOG.md) for a list of changes and compatility issues between versions.\n\n## Related projects\n\n* [prost](https://github.com/tokio-rs/prost) — another protobuf implementation in Rust, also has gRPC implementation\n* [quick-protobuf](https://github.com/tafia/quick-protobuf) — alternative protobuf implementation in Rust\n* [grpc-rs](https://github.com/pingcap/grpc-rs/) — another gRPC implementation for Rust\n* [grpc-rust](https://github.com/stepancheg/grpc-rust) — incomplete implementation of gRPC based on this library\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstepancheg%2Frust-protobuf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstepancheg%2Frust-protobuf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstepancheg%2Frust-protobuf/lists"}