Dragonfly client written in Rust
Go to file
dependabot[bot] 9da5912678
chore(deps): Bump prometheus from 0.13.3 to 0.13.4 (#442)
Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.13.3 to 0.13.4.
- [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tikv/rust-prometheus/compare/v0.13.3...v0.13.4)

---
updated-dependencies:
- dependency-name: prometheus
  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>
Co-authored-by: Gaius <gaius.qi@gmail.com>
2024-05-07 11:42:54 +08:00
.github chore: add free disk in actions (#429) 2024-04-28 21:41:51 +08:00
dragonfly-client chore(deps): Bump prometheus from 0.13.3 to 0.13.4 (#442) 2024-05-07 11:42:54 +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 concurrent number to 16 (#435) 2024-04-29 14:50:55 +08:00
dragonfly-client-core feat: support plugin feature for backend (#400) 2024-04-18 11:36:38 +08:00
dragonfly-client-init fix: plugin Cargo.yaml path in Dockerfile 2024-04-18 14:56:54 +08:00
dragonfly-client-storage feat: add buffer size config for dfdaemon (#434) 2024-04-29 14:44:46 +08:00
dragonfly-client-util Refactor: extract error module (#375) 2024-04-15 11:37:49 +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 prometheus from 0.13.3 to 0.13.4 (#442) 2024-05-07 11:42:54 +08:00
Cargo.toml chore(deps): Bump http-range-header from 0.4.0 to 0.4.1 (#440) 2024-05-07 11:42:16 +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.