DioxusLabs / DioxusLabs/docsite
Missing dependency in docs (pango)
- Dominant language
- Rust
- Stars
- 206
- Forks
- 208
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 3
Description
**Problem**
I can't run example-projects with `dx serve` on my machine.
**Steps To Reproduce**
Steps to reproduce the behavior:
- `dx serve` under [file-explorer](https://github.com/DioxusLabs/dioxus/tree/main/example-projects/file-explorer) and similar error with [wifi-scanner](https://github.com/DioxusLabs/dioxus/tree/main/example-projects/wifi-scanner)
**Expected behavior**
Be able to run example projects.
**Screenshots**
```
~/dev/gh/DioxusLabs/dioxus/example-projects/file-explorer on main ⌚ 20:13:32
$ dx serve
20:13:36 [dev] -----------------------------------------------------------------
Serving your Dioxus app: file-explorer
• Press `ctrl+c` to exit the server
• Press `r` to rebuild the app
• Press `p` to toggle automatic rebuilds
• Press `v` to toggle verbose logging
• Press `/` for more commands and shortcuts
Learn more at https://dioxuslabs.com/learn/0.6/getting_started
----------------------------------------------------------------
20:13:36 [cargo] error: failed to run custom build command for `pango-sys v0.18.0`
20:13:36 [cargo] Caused by:
20:13:36 [cargo] process didn't exit successfully: `/home/denys/dev/go-docker/src/github.com/DioxusLabs/dioxus/target/debug/build/pango-sys-55242faeac6ee991/build-script-build` (exit status: 1)
20:13:36 [cargo] --- stdout
20:13:36 [cargo] cargo:rerun-if-env-changed=PANGO_NO_PKG_CONFIG
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_PATH
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
20:13:36 [cargo] cargo:warning=
20:13:36 [cargo] pkg-config exited with status code 1
20:13:36 [cargo] > PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags pango pango >= 1.40
20:13:36 [cargo] The system library `pango` required by crate `pango-sys` was not found.
20:13:36 [cargo] The file `pango.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory.
20:13:36 [cargo] The PKG_CONFIG_PATH environment variable is not set.
20:13:36 [cargo] HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `pango.pc`.
20:13:36 [cargo] warning: build failed, waiting for other jobs to finish...
20:13:36 [cargo] error: failed to run custom build command for `gdk-sys v0.18.2`
20:13:36 [cargo] Caused by:
20:13:36 [cargo] process didn't exit successfully: `/home/denys/dev/go-docker/src/github.com/DioxusLabs/dioxus/target/debug/build/gdk-sys-777abea86d20c0d9/build-script-build` (exit status: 1)
20:13:36 [cargo] --- stdout
20:13:36 [cargo] cargo:rerun-if-env-changed=GDK_3.0_NO_PKG_CONFIG
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_PATH
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
20:13:36 [cargo] --- stderr
20:13:36 [cargo] pkg-config exited with status code 1
20:13:36 [cargo] > PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags gdk-3.0 gdk-3.0 >= 3.22
20:13:36 [cargo] The system library `gdk-3.0` required by crate `gdk-sys` was not found.
20:13:36 [cargo] The file `gdk-3.0.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory.
20:13:36 [cargo] The PKG_CONFIG_PATH environment variable is not set.
20:13:36 [cargo] HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `gdk-3.0.pc`.
20:13:36 [cargo] warning: soup3-sys@0.5.0:
20:13:36 [cargo] error: failed to run custom build command for `soup3-sys v0.5.0`
20:13:36 [cargo] Caused by:
20:13:36 [cargo] process didn't exit successfully: `/home/denys/dev/go-docker/src/github.com/DioxusLabs/dioxus/target/debug/build/soup3-sys-93449ce103dfb1b3/build-script-build` (exit status: 1)
20:13:36 [cargo] --- stdout
20:13:36 [cargo] cargo:rerun-if-env-changed=LIBSOUP_3.0_NO_PKG_CONFIG
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_PATH
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
20:13:36 [cargo] cargo:warning=
20:13:36 [cargo] pkg-config exited with status code 1
20:13:36 [cargo] > PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags libsoup-3.0 libsoup-3.0 >= 3.0
20:13:36 [cargo] The system library `libsoup-3.0` required by crate `soup3-sys` was not found.
20:13:36 [cargo] The file `libsoup-3.0.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory.
20:13:36 [cargo] The PKG_CONFIG_PATH environment variable is not set.
20:13:36 [cargo] HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `libsoup-3.0.pc`.
20:13:36 [cargo] warning: atk-sys@0.18.2:
20:13:36 [cargo] error: failed to run custom build command for `atk-sys v0.18.2`
20:13:36 [cargo] Caused by:
20:13:36 [cargo] process didn't exit successfully: `/home/denys/dev/go-docker/src/github.com/DioxusLabs/dioxus/target/debug/build/atk-sys-871412cc0eec429a/build-script-build` (exit status: 1)
20:13:36 [cargo] --- stdout
20:13:36 [cargo] cargo:rerun-if-env-changed=ATK_NO_PKG_CONFIG
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_PATH
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
20:13:36 [cargo] cargo:warning=
20:13:36 [cargo] pkg-config exited with status code 1
20:13:36 [cargo] > PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags atk atk >= 2.28
20:13:36 [cargo] The system library `atk` required by crate `atk-sys` was not found.
20:13:36 [cargo] The file `atk.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory.
20:13:36 [cargo] The PKG_CONFIG_PATH environment variable is not set.
20:13:36 [cargo] HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `atk.pc`.
20:13:36 [cargo] Running `/home/denys/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name dioxus_hooks --edition=2021 packages/hooks/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly-features"))' -C metadata=2ea5c87e43ac9cf7 -C extra-filename=-2ea5c87e43ac9cf7 --out-dir /home/denys/dev/go-docker/src/github.com/DioxusLabs/dioxus/target/debug/deps -C incremental=/home/denys/dev/go-docker/src/github.com/DioxusLabs/dioxus/target/debug/incremental -C strip=debuginfo -L dependency=/home/denys/dev/go-docker/src/github.com/DioxusLabs/dioxus/target/debug/deps --extern dioxus_core=/home/denys/dev/go-docker/src/github.com/DioxusLabs/dioxus/target/debug/deps/libdioxus_core-96926da5868a239d.rmeta --extern dioxus_signals=/home/denys/dev/go-docker/src/github.com/DioxusLabs/dioxus/target/debug/deps/libdioxus_signals-f55c96ccb3d2bb5e.rmeta --extern futures_channel=/home/denys/dev/go-docker/src/github.com/DioxusLabs/dioxus/target/debug/deps/libfutures_channel-e8e3ef2b961b685a.rmeta --extern futures_util=/home/denys/dev/go-docker/src/github.com/DioxusLabs/dioxus/target/debug/deps/libfutures_util-d1a81eaca99c4da2.rmeta --extern generational_box=/home/denys/dev/go-docker/src/github.com/DioxusLabs/dioxus/target/debug/deps/libgenerational_box-15a8a162aabd2edb.rmeta --extern rustversion=/home/denys/dev/go-docker/src/github.com/DioxusLabs/dioxus/target/debug/deps/librustversion-cad229c64e6f05ad.so --extern slab=/home/denys/dev/go-docker/src/github.com/DioxusLabs/dioxus/target/debug/deps/libslab-459d66e919110e42.rmeta --extern tracing=/home/denys/dev/go-docker/src/github.com/DioxusLabs/dioxus/target/debug/deps/libtracing-a42622a79255f608.rmeta --extern warnings=/home/denys/dev/go-docker/src/github.com/DioxusLabs/dioxus/target/debug/deps/libwarnings-c977d348c17f9a05.rmeta`
20:13:36 [cargo] warning: javascriptcore-rs-sys@1.1.1:
20:13:36 [cargo] error: failed to run custom build command for `javascriptcore-rs-sys v1.1.1`
20:13:36 [cargo] Caused by:
20:13:36 [cargo] process didn't exit successfully: `/home/denys/dev/go-docker/src/github.com/DioxusLabs/dioxus/target/debug/build/javascriptcore-rs-sys-3af5af2b02ebb021/build-script-build` (exit status: 1)
20:13:36 [cargo] --- stdout
20:13:36 [cargo] cargo:rerun-if-env-changed=JAVASCRIPTCOREGTK_4.1_NO_PKG_CONFIG
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_PATH
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
20:13:36 [cargo] cargo:warning=
20:13:36 [cargo] pkg-config exited with status code 1
20:13:36 [cargo] > PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags javascriptcoregtk-4.1 javascriptcoregtk-4.1 >= 2.38
20:13:36 [cargo] The system library `javascriptcoregtk-4.1` required by crate `javascriptcore-rs-sys` was not found.
20:13:36 [cargo] The file `javascriptcoregtk-4.1.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory.
20:13:36 [cargo] The PKG_CONFIG_PATH environment variable is not set.
20:13:36 [cargo] HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `javascriptcoregtk-4.1.pc`.
20:13:36 [cargo] warning: gdk-pixbuf-sys@0.18.0:
20:13:36 [cargo] error: failed to run custom build command for `gdk-pixbuf-sys v0.18.0`
20:13:36 [cargo] Caused by:
20:13:36 [cargo] process didn't exit successfully: `/home/denys/dev/go-docker/src/github.com/DioxusLabs/dioxus/target/debug/build/gdk-pixbuf-sys-2cf2210638edc80b/build-script-build` (exit status: 1)
20:13:36 [cargo] --- stdout
20:13:36 [cargo] cargo:rerun-if-env-changed=GDK_PIXBUF_2.0_NO_PKG_CONFIG
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_PATH
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
20:13:36 [cargo] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
20:13:36 [cargo] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
20:13:36 [cargo] cargo:warning=
20:13:36 [cargo] pkg-config exited with status code 1
20:13:36 [cargo] > PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags gdk-pixbuf-2.0 gdk-pixbuf-2.0 >= 2.36.8
20:13:36 [cargo] The system library `gdk-pixbuf-2.0` required by crate `gdk-pixbuf-sys` was not found.
20:13:36 [cargo] The file `gdk-pixbuf-2.0.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory.
20:13:36 [cargo] The PKG_CONFIG_PATH environment variable is not set.
20:13:36 [cargo] HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `gdk-pixbuf-2.0.pc`.
20:13:37 [dev] Build failed: Other(Cargo build failed, signaled by the compiler. Toggle tracing mode (press `t`) for more information.)
╭────────────────────────────────────────────────────────────────────────────────────────── /:more ╮
│ App: ━━━━━━━━━━━━━━━━━━━━━━━━━━ ❌ Platform: Desktop Linux │
│ Bundle: ━━━━━━━━━━━━━━━━━━━━━━━━━━ ❌ App features: ["dioxus/desktop"] │
│ Status: Failed ServerFns at: no server address │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
```
**Environment:**
- Dioxus version: 0.6.3
- Rust version: 1.84.1
- OS info: Ubuntu 24.04.1 (Intel)
- App platform: desktop
**Questionnaire**
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the documentation for running the file-explorer and wifi-scanner examples with `dx serve`, then compare its setup instructions with the pango, GDK, libsoup, and ATK errors shown here. Update the relevant dependency guidance so a reader can install the required system libraries and run the examples successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- developer-experience, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100