From 793ce5e64ab91b3ae8328b018266d18a7438d1b2 Mon Sep 17 00:00:00 2001 From: einisto <79069176+einisto@users.noreply.github.com> Date: Wed, 8 Jun 2022 03:40:38 +0300 Subject: [PATCH] Structure graph --- README.md | 6 ++- ferris.png => doc/ferris.png | Bin doc/structure.svg | 102 +++++++++++++++++++++++++++++++++++ 3 files changed, 107 insertions(+), 1 deletion(-) rename ferris.png => doc/ferris.png (100%) create mode 100644 doc/structure.svg diff --git a/README.md b/README.md index 48fcdd5..6f53ba8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +
## Rust-powered image downloader for 4chan @@ -30,3 +30,7 @@ OPTIONS: -t, --thread Set a thread URL -V, --version Print version information ``` + +### Dependencies + +![DependenciesGraph](https://github.com/einisto/rusty-downloader/blob/main/doc/structure.svg) diff --git a/ferris.png b/doc/ferris.png similarity index 100% rename from ferris.png rename to doc/ferris.png diff --git a/doc/structure.svg b/doc/structure.svg new file mode 100644 index 0000000..1f08996 --- /dev/null +++ b/doc/structure.svg @@ -0,0 +1,102 @@ + + + + + + + + + +rusty-downloader + +rusty-downloader + + + +clap + +clap + + + +rusty-downloader->clap + + + + + +colored + +colored + + + +rusty-downloader->colored + + + + + +futures + +futures + + + +rusty-downloader->futures + + + + + +regex + +regex + + + +rusty-downloader->regex + + + + + +reqwest + +reqwest + + + +rusty-downloader->reqwest + + + + + +serde_json + +serde_json + + + +rusty-downloader->serde_json + + + + + +tokio + +tokio + + + +rusty-downloader->tokio + + + + +