Dragonfly client written in Rust
Go to file
Gaius d663016d35
feat: add cache task api for grpc server (#548)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2024-06-19 14:38:46 +08:00
.github feat: add args to dfcache command (#546) 2024-06-18 18:12:32 +08:00
dragonfly-client feat: add cache task api for grpc server (#548) 2024-06-19 14:38:46 +08:00
dragonfly-client-backend feat: add error log for backend (#522) 2024-06-05 14:19:17 +08:00
dragonfly-client-config feat: add cache task api for grpc server (#548) 2024-06-19 14:38:46 +08:00
dragonfly-client-core feat: add error log for backend (#522) 2024-06-05 14:19:17 +08:00
dragonfly-client-init feat: add cache task api for grpc server (#548) 2024-06-19 14:38:46 +08:00
dragonfly-client-storage feat: wait for piece finished before update piece metadata (#535) 2024-06-13 15:51:54 +08:00
dragonfly-client-util feat: add cache_task_id and cache_peer_id to id generater (#547) 2024-06-18 21:07:40 +08:00
.gitignore chore: change gitignore for vendor (#415) 2024-04-23 17:06:15 +08:00
CONTRIBUTING.md docs: fix typo in README.md (#381) 2024-04-11 11:09:59 +08:00
Cargo.lock feat: add cache task api for grpc server (#548) 2024-06-19 14:38:46 +08:00
Cargo.toml feat: add cache task api for grpc server (#548) 2024-06-19 14:38:46 +08:00
LICENSE Initial commit 2023-03-17 18:25:15 +08:00
README.md docs: fix typo in README.md (#381) 2024-04-11 11:09:59 +08:00
codecov.yml chore: add codecov for testing (#3) 2023-03-24 18:05:05 +08:00
rust-toolchain.toml chore: change rust-toolchain to 1.75.0 to match Dockerfile build image (#416) 2024-04-23 21:11:13 +08:00

README.md

Dragonfly Client

GitHub release CI Coverage Open Source Helpers Discussions Twitter LICENSE

Dragonfly client written in Rust. It can serve as both a peer and a seed peer.

Documentation

You can find the full documentation on the d7y.io.

Community

Join the conversation and help the community.

Contributing

You should check out our CONTRIBUTING and develop the project together.