chore: initial sanitized public snapshot

This commit is contained in:
Aria2 Rust Pro Contributors
2026-07-18 14:51:59 +08:00
commit 14dcf8c9bf
321 changed files with 76893 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Project Origins
`aria2-rust-pro` is an independently maintained Rust implementation. It uses
the following projects as explicit compatibility and migration references.
## Aria2-Pro-Core
[Aria2-Pro-Core](https://github.com/P3TERX/Aria2-Pro-Core) is the direct
reference for the enhanced deployment profile and migration expectations that
this project supports. Its behavior informs compatibility work; it is not this
repository's release source.
## aria2
[aria2](https://github.com/aria2/aria2) is the upstream download utility whose
CLI, configuration, RPC, and protocol contracts guide this implementation.
## Relationship
This repository has its own Rust codebase, release process, and issue tracker.
Compatibility claims describe the intended user-facing behavior; they do not
make this repository an official release of either reference project.