Dragonfly client written in Rust
Go to file
Gaius 84a0e28c35
feat: add error log for grpc handler (#394)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2024-04-17 15:25:50 +08:00
.github chore: split push client image and push dfinit image in actions (#363) 2024-04-03 15:31:48 +08:00
dragonfly-client feat: add error log for grpc handler (#394) 2024-04-17 15:25:50 +08:00
dragonfly-client-backend unittest: improve code coverage (#392) 2024-04-17 15:18:05 +08:00
dragonfly-client-config Refactor: extract error module (#375) 2024-04-15 11:37:49 +08:00
dragonfly-client-core feat: optimize error mod (#384) 2024-04-15 12:21:00 +08:00
dragonfly-client-init Refactor: extract error module (#375) 2024-04-15 11:37:49 +08:00
dragonfly-client-storage Refactor: wrap rocksdb transaction operations in closures (#393) 2024-04-17 15:20:11 +08:00
dragonfly-client-util Refactor: extract error module (#375) 2024-04-15 11:37:49 +08:00
.gitignore feat: add Cargo.lock to project and change announce interval (#196) 2024-01-04 17:44:22 +08:00
CONTRIBUTING.md docs: fix typo in README.md (#381) 2024-04-11 11:09:59 +08:00
Cargo.lock unittest: improve code coverage (#392) 2024-04-17 15:18:05 +08:00
Cargo.toml feat: update server implements download task api (#391) 2024-04-16 22:09:06 +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

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.