Dragonfly client written in Rust
Go to file
dependabot[bot] 032be4e5da
chore(deps): Bump jemalloc_pprof from 0.1.0 to 0.2.0 (#566)
Bumps [jemalloc_pprof](https://github.com/polarsignals/rust-jemalloc-pprof) from 0.1.0 to 0.2.0.
- [Commits](https://github.com/polarsignals/rust-jemalloc-pprof/commits)

---
updated-dependencies:
- dependency-name: jemalloc_pprof
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 11:07:57 +08:00
.github chore: add verbose for codecov actions (#559) 2024-06-25 11:45:09 +08:00
dragonfly-client chore(deps): Bump jemalloc_pprof from 0.1.0 to 0.2.0 (#566) 2024-07-02 11:07:57 +08:00
dragonfly-client-backend chore(deps): Bump libloading from 0.8.3 to 0.8.4 (#555) 2024-06-25 11:58:29 +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 chore(deps): Bump libloading from 0.8.3 to 0.8.4 (#555) 2024-06-25 11:58:29 +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 chore(deps): Bump jemalloc_pprof from 0.1.0 to 0.2.0 (#566) 2024-07-02 11:07:57 +08:00
Cargo.toml chore(deps): Bump clap from 4.5.7 to 4.5.8 (#567) 2024-07-02 11:00: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.