{"id":16820998,"url":"https://github.com/felixmcfelix/discortp","last_synced_at":"2025-08-02T22:09:26.936Z","repository":{"id":38073939,"uuid":"252211246","full_name":"FelixMcFelix/discortp","owner":"FelixMcFelix","description":"Lightweight, multipurpose rust library for handling RTP streams.","archived":false,"fork":false,"pushed_at":"2023-11-17T10:57:36.000Z","size":39,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"stable","last_synced_at":"2025-03-13T14:18:03.916Z","etag":null,"topics":["discord","protocol-parser","rtp","rust","zero-copy"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FelixMcFelix.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2020-04-01T15:16:09.000Z","updated_at":"2025-02-06T02:32:21.000Z","dependencies_parsed_at":"2024-10-28T12:22:38.923Z","dependency_job_id":"73a7fa44-ae8d-427d-b1bc-552cd6150fb1","html_url":"https://github.com/FelixMcFelix/discortp","commit_stats":{"total_commits":36,"total_committers":2,"mean_commits":18.0,"dds":0.02777777777777779,"last_synced_commit":"c0aacbae12832317a0d4390319af0195910c9627"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixMcFelix%2Fdiscortp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixMcFelix%2Fdiscortp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixMcFelix%2Fdiscortp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixMcFelix%2Fdiscortp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FelixMcFelix","download_url":"https://codeload.github.com/FelixMcFelix/discortp/tar.gz/refs/heads/stable","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244902929,"owners_count":20529114,"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":["discord","protocol-parser","rtp","rust","zero-copy"],"created_at":"2024-10-13T10:58:48.047Z","updated_at":"2025-03-22T03:31:38.994Z","avatar_url":"https://github.com/FelixMcFelix.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![docs-badge][]][docs] [![crates.io version][]][crates.io link] [![crates.io downloads][]][crates.io link] [![license][]][license link] [![rust version badge]][rust version link]\n\n# DiscoRTP\nDiscoRTP is a lightweight, flexible [Real-time Transport Protocol] parsing library designed for use in non-standards compliant environments, such as [Discord].\n\nDiscoRTP differs from other Rust RTP libraries in that packet construction *should never fail*, unless there are too few bytes.\nNot all implementations treat fields as they should (*i.e.*, length), and so DiscoRTP's philosophy is that **the user knows best**.\nPacket parsers are building blocks to be manually assembled, and validation mechanisms exist but are manual.\n\nDiscoRTP was originally developed for use in [Serenity].\n\n## Installation\nAdd the following to your cargo.toml:\n```toml\n[dependencies]\ndiscortp = \"0.3\"\n```\n\n[Real-time Transport Protocol]: https://tools.ietf.org/html/rfc3550\n[Discord]: discord.gg\n[Serenity]: https://github.com/serenity-rs/serenity\n\n[docs-badge]: https://img.shields.io/badge/docs-online-4d76ae.svg?style=flat-square\n[docs]: https://docs.rs/discortp\n\n[crates.io link]: https://crates.io/crates/discortp\n[crates.io version]: https://img.shields.io/crates/v/discortp.svg?style=flat-square\n[crates.io downloads]: https://img.shields.io/crates/d/discortp.svg?style=flat-square\n\n[license]: https://img.shields.io/crates/l/discortp?style=flat-square\n[license link]: https://opensource.org/licenses/ISC\n\n[rust version badge]: https://img.shields.io/badge/rust-1.65.0+-93450a.svg?style=flat-square\n[rust version link]: https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixmcfelix%2Fdiscortp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixmcfelix%2Fdiscortp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixmcfelix%2Fdiscortp/lists"}