_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


drill 0.8.2
Dependencies: openssl@3.0.8
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/fcsonline/drill
Licenses: GPL 3
Build system: cargo
Synopsis: HTTP load testing application
Description:

Drill is a HTTP load testing application written in Rust inspired by Ansible syntax. Benchmark files can be written in YAML.

tokei 12.1.2
Dependencies: libgit2@1.9.2 openssl@3.0.8 zlib@1.3.1 rust-deunicode@1.6.1
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://tokei.rs
Licenses: Expat ASL 2.0
Build system: cargo
Synopsis: Count code, quickly
Description:

Tokei is a program that displays statistics about your code. Tokei will show number of files, total lines within those files and code, comments, and blanks grouped by language.

dutree 0.2.18
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://ownyourbits.com/2018/03/25/analyze-disk-usage-with-dutree/
Licenses: GPL 3
Build system: cargo
Synopsis: Command line tool to analyze disk usage
Description:

dutree is command line tool to analyze disk usage. Features include:

  1. coloured output, according to the LS_COLORS environment variable.

  2. display the file system tree.

  3. ability to aggregate small files.

  4. ability to exclude files or directories.

  5. ability to compare different directories.

  6. fast, written in Rust.

rusty 0.2.0-1.2f406d9
Dependencies: libffi@3.4.6 lld@14.0.6 llvm@14.0.6
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://plc-lang.github.io/rusty/
Licenses: LGPL 3 GPL 3
Build system: cargo
Synopsis: IEC 61131-3 structured text compiler
Description:

RuSTy is a IEC 61131-3 ST compiler written in Rust. It compiles ST down to native machine code, targeting most llvm-supported targets.

cargo-show-asm 0.2.49
Dependencies: capstone@5.0.1
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/pacak/cargo-show-asm
Licenses: Expat ASL 2.0
Build system: cargo
Synopsis: cargo subcommand that displays the generated assembly of Rust source code.
Description:

This package provides a cargo subcommand that displays the generated assembly of Rust source code.

cargo-with 0.3.2
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/cbourjau/cargo-with/
Licenses: GPL 3
Build system: cargo
Synopsis: Cargo extension to run build artifacts through tools like `gdb`.
Description:

This package provides a Cargo extension to run the build artifacts through tools like `gdb`.

lsd 1.1.5
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/lsd-rs/lsd
Licenses: ASL 2.0
Build system: cargo
Synopsis: Mostly ls compatible command with pretty colors
Description:

This package provides An ls command with a lot of pretty colors and some other stuff.

wallust 3.4.0
Dependencies: libgit2@1.9.2 zlib@1.3.1
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://explosion-mental.codeberg.page/wallust
Licenses: Expat
Build system: cargo
Synopsis: Generate themes from images with advanced templating
Description:

Wallust is a rust-based successor to "pywal" which generates color themes from images with advanced templating and generation options. Templates are made using either a subset of Jinja2 or pywal syntax. Color generation may be constrained to obey ANSI color standards, meet minimum contrast levels, and more.

tectonic 0.15.0
Dependencies: fontconfig-minimal@2.16.0 freetype@2.13.3 graphite2@1.3.13 harfbuzz@11.4.4 icu4c@73.1 openssl@3.0.8 rust-deunicode@1.6.1
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://tectonic-typesetting.github.io/
Licenses: Expat
Build system: cargo
Synopsis: Complete, embeddable TeX/LaTeX engine
Description:

This package provides a modernized, complete, embeddable TeX/LaTeX engine. Tectonic is forked from the XeTeX extension to the classic Web2C implementation of TeX and uses the TeXLive distribution of support files.

zoxide 0.9.9
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/ajeetdsouza/zoxide/
Licenses: Expat
Build system: cargo
Synopsis: Fast way to navigate your file system
Description:

Zoxide is a fast replacement for your cd command. It keeps track of the directories you use most frequently, and uses a ranking algorithm to navigate to the best match.

cargo-readme 3.3.1
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/webern/cargo-readme
Licenses: Expat ASL 2.0
Build system: cargo
Synopsis: Cargo subcommand to generate README.md content from doc comments
Description:

This package provides a Cargo subcommand to generate README.md content from doc comments.

just 1.43.0
Dependencies: bash-minimal@5.2.37 coreutils-minimal@9.1
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/casey/just
Licenses: CC0
Build system: cargo
Synopsis: Command runner
Description:

This package provides just, a command runner. just is a handy way to save and run project-specific commands.

git-interactive-rebase-tool 2.4.1
Dependencies: libgit2@1.7.2 zlib@1.3.1
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://gitrebasetool.mitmaro.ca/
Licenses: GPL 3+
Build system: cargo
Synopsis: Terminal based sequence editor for git interactive rebase
Description:

This application is a terminal-based sequence editor for git interactive rebase.

swayr 0.28.1
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://sr.ht/~tsdh/swayr/
Licenses: GPL 3+
Build system: cargo
Synopsis: Window-switcher for the sway window manager
Description:

This package provides a last-recently-used window-switcher for the sway window manager. Swayr consists of a daemon, and a client. The swayrd daemon records window/workspace creations, deletions, and focus changes using sway's JSON IPC interface. The swayr client offers subcommands, and sends them to the daemon which executes them.

kanata 1.11.0
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/jtroo/kanata
Licenses: LGPL 3
Build system: cargo
Synopsis: Multi-layer keyboard customization
Description:

Kanata is a keyboard re-mapper. It supports multiple layers of key, and advanced key behavior customization, such as tap-hold, macros and Unicode.

macchina 6.4.0
Dependencies: libgit2@1.9.2 sqlite@3.39.3 zlib@1.3.1
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/Macchina-CLI/macchina
Licenses: Expat
Build system: cargo
Synopsis: System information fetcher with an emphasis on performance
Description:

This package provides a system information fetcher with an emphasis on performance. Similar to neofetch, this package prints out system information on the terminal in a visually appealing way.

gitoxide 0.51.0
Dependencies: curl@8.6.0 openssl@3.0.8 sqlite@3.39.3 zlib@1.3.1 rust-ring@0.17.14
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/GitoxideLabs/gitoxide
Licenses: Expat ASL 2.0
Build system: cargo
Synopsis: command-line application for interacting with git repositories
Description:

This package provides a command-line application for interacting with git repositories.

espflash 3.2.0
Dependencies: eudev@3.2.14 rust-ring@0.17.14
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/esp-rs/espflash
Licenses: Expat ASL 2.0
Build system: cargo
Synopsis: Command-line tool for flashing Espressif devices
Description:

This package provides a command-line tool for flashing Espressif devices.

catppuccin-whiskers 2.5.1
Dependencies: rust-deunicode@1.6.1
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/catppuccin/whiskers
Licenses: Expat
Build system: cargo
Synopsis: Soothing port creation tool for the high-spirited
Description:

Whiskers is a helper tool that is custom-built to create ports of the Catppuccin color theme, allowing developers to define template files which the palette can be injected into.

kibi 0.2.2
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/ilai-deutel/kibi
Licenses: Expat ASL 2.0
Build system: cargo
Synopsis: Featureful text editor in less than 1024 lines of code
Description:

Inspired by the kilo text editor in C, this package provides a text editor in less than 1024 lines of code with syntax highlighting, search and more.

maturin 1.8.1
Dependencies: bzip2@1.0.8 rust-ring@0.17.14
Propagated dependencies: python-tomli@2.2.1
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/pyo3/maturin
Licenses: Expat ASL 2.0
Build system: cargo
Synopsis: Build and publish crates and python packages
Description:

Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages.

xsv 0.13.0
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/BurntSushi/xsv
Licenses: Unlicense Expat
Build system: cargo
Synopsis: High performance CSV command line toolkit
Description:

This package provides a high performance CSV command line toolkit.

xremap-sway 0.10.17
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/xremap/xremap
Licenses: Expat
Build system: cargo
Synopsis: Dynamic key remapper for X and Wayland
Description:

This package provides dynamic key remapper for X and Wayland.

Total packages: 70995