Dragonfly client written in Rust
Go to file
dependabot[bot] 2e9590147c
chore(deps): Bump anyhow from 1.0.81 to 1.0.83 (#460)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.81 to 1.0.83.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.81...1.0.83)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-16 11:13:31 +08:00
.github chore: exit the workflow gracefully if package does not have a new ve… (#450) 2024-05-08 18:09:49 +08:00
dragonfly-client chore(deps): Bump termion from 3.0.0 to 4.0.0 (#459) 2024-05-16 11:12:46 +08:00
dragonfly-client-backend feat: add pretty print for dfget (#420) 2024-04-24 23:18:46 +08:00
dragonfly-client-config feat: change read_buffer_size and write_buffer_size (#469) 2024-05-15 17:49:54 +08:00
dragonfly-client-core feat: support plugin feature for backend (#400) 2024-04-18 11:36:38 +08:00
dragonfly-client-init chore: add build.rs to Dockerfile (#449) 2024-05-08 17:50:49 +08:00
dragonfly-client-storage feat: only prefetch once (#475) 2024-05-16 00:10:50 +08:00
dragonfly-client-util feat: calculate piece digest by blake3 (#456) 2024-05-10 14:36:45 +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 chore(deps): Bump anyhow from 1.0.81 to 1.0.83 (#460) 2024-05-16 11:13:31 +08:00
Cargo.toml chore(deps): Bump anyhow from 1.0.81 to 1.0.83 (#460) 2024-05-16 11:13:31 +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
main.rs feat: add pretty print for dfget (#420) 2024-04-24 23:18:46 +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.