{"id":13897618,"url":"https://github.com/sebastiencs/rustorrent","last_synced_at":"2025-03-16T15:33:40.753Z","repository":{"id":54863103,"uuid":"221446821","full_name":"sebastiencs/rustorrent","owner":"sebastiencs","description":"A BitTorrent library implemented in Rust","archived":false,"fork":false,"pushed_at":"2021-01-24T13:16:45.000Z","size":1501,"stargazers_count":48,"open_issues_count":3,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-15T02:12:59.665Z","etag":null,"topics":["bittorent","library","rust","torrent"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sebastiencs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-13T11:47:13.000Z","updated_at":"2024-07-26T15:21:04.000Z","dependencies_parsed_at":"2022-08-14T05:01:07.344Z","dependency_job_id":null,"html_url":"https://github.com/sebastiencs/rustorrent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastiencs%2Frustorrent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastiencs%2Frustorrent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastiencs%2Frustorrent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastiencs%2Frustorrent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sebastiencs","download_url":"https://codeload.github.com/sebastiencs/rustorrent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243672481,"owners_count":20328767,"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":["bittorent","library","rust","torrent"],"created_at":"2024-08-06T18:03:45.400Z","updated_at":"2025-03-16T15:33:40.436Z","avatar_url":"https://github.com/sebastiencs.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003erustorrent\u003c/h1\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cstrong\u003e\n    A BitTorrent library implemented in Rust\n  \u003c/strong\u003e\n\u003c/div\u003e\n\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/sebastiencs/rustorrent\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/last-commit/sebastiencs/rustorrent?style=flat-square\"\n         alt=\"Last activity\" /\u003e\n  \u003c/a\u003e\n  \u003c!-- Status --\u003e\n  \u003ca href=\"https://github.com/sebastiencs/rustorrent\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/status-in%20development-orange?style=flat-square\"\n         alt=\"Status\" /\u003e\n  \u003c/a\u003e\n  \u003c!-- Coverage --\u003e\n  \u003ca href=\"https://codecov.io/gh/sebastiencs/rustorrent/tree/master/src\"\u003e\n    \u003cimg src=\"https://img.shields.io/codecov/c/github/sebastiencs/rustorrent?style=flat-square\"\n         alt=\"Coverage\" /\u003e\n  \u003c/a\u003e\n  \u003c!-- Rust toolchain --\u003e\n  \u003ca href=\"https://github.com/sebastiencs/rustorrent\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/rust-stable-blue?style=flat-square\"\n         alt=\"rust toolchain\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\nRustorrent is intented to be a full featured BitTorrent implementation.  \nIt is in active development and is not usable yet. The API might change any time.\n\n## Notable features\n- Supports [io_uring](https://unixism.net/loti/what_is_io_uring.html) for file based IO (linux only)\n- Uses intel [SHA extensions](https://software.intel.com/content/www/us/en/develop/articles/intel-sha-extensions.html)\n- Full [utp](http://www.bittorrent.org/beps/bep_0029.html) implementation, no library used\n\n## Implemented [BEPs](https://www.bittorrent.org/beps/bep_0000.html)\n- [The BitTorrent Protocol Specification](https://www.bittorrent.org/beps/bep_0003.html)\n- [Extension Protocol](https://www.bittorrent.org/beps/bep_0010.html)\n- [Peer Exchange PEX](https://www.bittorrent.org/beps/bep_0011.html)\n- [Multitracker Metadata Extension](https://www.bittorrent.org/beps/bep_0012.html)\n- [UDP Tracker Protocol](https://www.bittorrent.org/beps/bep_0015.html)\n- [Tracker Returns Compact Peer Lists](https://www.bittorrent.org/beps/bep_0023.html)\n- [uTorrent transport protocol](https://www.bittorrent.org/beps/bep_0029.html)\n- [IPv6 Tracker Extension](https://www.bittorrent.org/beps/bep_0007.html)\n\nAs noted, the library is not usable yet, though you might try it with:\n```\n$ cargo run scripts/Fedora-Workstation-Live-x86_64-33.torrent\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastiencs%2Frustorrent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebastiencs%2Frustorrent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastiencs%2Frustorrent/lists"}