Dragonfly client written in Rust
Go to file
Gaius 6b4c38cf8e
feat: add cache_peer apis and cache_task apis for scheduler client (#550)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2024-06-20 15:31:59 +08:00
.github feat: add args to dfcache command (#546) 2024-06-18 18:12:32 +08:00
dragonfly-client feat: add cache_peer apis and cache_task apis for scheduler client (#550) 2024-06-20 15:31:59 +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: add cache_task implements in storage (#549) 2024-06-19 21:37:50 +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_peer apis and cache_task apis for scheduler client (#550) 2024-06-20 15:31:59 +08:00
Cargo.toml feat: add cache_peer apis and cache_task apis for scheduler client (#550) 2024-06-20 15:31:59 +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.