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

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.


cargo-remark 0.1.2
Dependencies: mimalloc@3.1.5
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/kobzol/cargo-remark
Licenses: Expat
Build system: cargo
Synopsis: Cargo subcommand for displaying LLVM optimization remarks from compiling Rust programs
Description:

This package provides a Cargo subcommand for displaying LLVM optimization remarks from compiling Rust programs.

rust-cbindgen 0.28.0
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/mozilla/cbindgen
Licenses: MPL 2.0
Build system: cargo
Synopsis: Tool for generating C bindings to Rust code
Description:

This package provides a tool for generating C/C++ bindings to Rust code.

rabbitmqadmin 2.9.0
Dependencies: mimalloc@3.1.5 openssl@3.0.8 rust-ring@0.17.8
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://www.rabbitmq.com/docs/management-cli
Licenses: ASL 2.0 Expat
Build system: cargo
Synopsis: Manage RabbitMQ broker via the management plugin
Description:

rabbitmqadmin is a tool to manage RabbitMQ broker via management plugin.

It supports many of the operations available in the management UI:

  • Listing objects like virtual hosts, users, queues, streams, permissions, policies, and so on.

  • Creating objects.

  • Deleting objects.

  • Access to cluster and node metrics.

  • Run health checks.

  • Listing feature flag state.

  • Listing deprecated features in use across the cluster.

  • Definition export, transformations, and import.

  • Operations on shovels.

  • Operations on federation upstreams and links.

  • Closing connections.

  • Rebalancing of queue leaders across cluster nodes.

prettypst 2.0.0
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/antonWetzel/prettypst
Licenses: Expat
Build system: cargo
Synopsis: Configurable formatter for Typst
Description:

Prettypst is a configurable source file formatter for the Typst typesetting system.

treefmt 0.6.1
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://numtide.github.io/treefmt
Licenses: Expat
Build system: cargo
Synopsis: Command-line application to format the code tree
Description:

This application provides a way to unify the formatting process of the codebase. It is nice for large code trees where using multiple formatters are common. treefmt comes with the following features.

  • Unified CLI and output.

  • Runs formatters in parallel.

  • Cache changed files for performance.

The application does have some design decisions to keep in mind.

  • The source code is kept under version control, making it possible to revert and check changes.

  • Only one formatter per file, making outputs idempotent.

fclones 0.35.0
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/pkolaczk/fclones
Licenses: Expat
Build system: cargo
Synopsis: Find and operate on duplicate files
Description:

fclones is a command line utility that identifies groups of identical files and gets rid of the file copies you no longer need. It comes with plenty of configuration options for controlling the search scope and offers many ways of removing duplicates. For maximum flexibility, it integrates well with other Unix utilities like find and it speaks JSON, so you have a lot of control over the search and cleanup process.

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.

rot8 1.0.0
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/efernau/rot8/
Licenses: Expat
Build system: cargo
Synopsis: Automatic display rotation using built-in accelerometer
Description:

rot8 is a daemon that automates rotating screen and associated input devices using the built-in accelerometer; handy for convertible touchscreen devices.

ripgrep 15.1.0
Dependencies: pcre2@10.42
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://github.com/BurntSushi/ripgrep
Licenses: Unlicense Expat
Build system: cargo
Synopsis: Line-oriented search tool and Rust successor to @command{grep}
Description:

ripgrep (rg) is a line-oriented search tool that recursively searches your current directory for a regex pattern while respecting your gitignore rules. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep.

rust-bindgen-cli 0.71.1
Dependencies: bash-minimal@5.2.37 clang@18.1.8
Channel: guix
Location: gnu/packages/rust-apps.scm (gnu packages rust-apps)
Home page: https://rust-lang.github.io/rust-bindgen/
Licenses: Modified BSD
Build system: cargo
Synopsis: Generate Rust FFI bindings to C and C++ libraries
Description:

This package can be used to automatically generate Rust FFI bindings to C and C++ libraries. This package provides the bindgen command.

rust-syntect 5.2.0
Dependencies: oniguruma@6.9.10
Channel: guix
Location: gnu/packages/rust-sources.scm (gnu packages rust-sources)
Home page: https://github.com/trishume/syntect
Licenses: Expat
Build system: cargo
Synopsis: Library for syntax highlighting and code intelligence
Description:

This package provides a library for syntax highlighting and code intelligence.

rust-hypher 0.1.6
Channel: guix
Location: gnu/packages/rust-sources.scm (gnu packages rust-sources)
Home page: https://github.com/typst/hypher
Licenses: Expat ASL 2.0
Build system: cargo
Synopsis: Separate words into syllables
Description:

hypher is a Rust library for syllabification.

rust-pubgrub 0.3.0-0.b70cf70
Channel: guix
Location: gnu/packages/rust-sources.scm (gnu packages rust-sources)
Home page: https://github.com/pubgrub-rs/pubgrub
Licenses: MPL 2.0
Build system: cargo
Synopsis: PubGrub version solving algorithm
Description:

This package provides the PubGrub version solving algorithm.

rust-pipewire 0.8.0-0.93138d0
Channel: guix
Location: gnu/packages/rust-sources.scm (gnu packages rust-sources)
Home page: https://pipewire.org/
Licenses: Expat
Build system: cargo
Synopsis: Rust bindings for PipeWire
Description:

This package provides Rust bindings for PipeWire.

rust-syntect 5.3.0
Dependencies: oniguruma@6.9.10
Channel: guix
Location: gnu/packages/rust-sources.scm (gnu packages rust-sources)
Home page: https://github.com/trishume/syntect
Licenses: Expat
Build system: cargo
Synopsis: Library for syntax highlighting and code intelligence
Description:

This package provides a library for syntax highlighting and code intelligence.

rust-ring 0.17.8
Channel: guix
Location: gnu/packages/rust-sources.scm (gnu packages rust-sources)
Home page: https://github.com/briansmith/ring
Licenses: ISC OpenSSL
Build system: cargo
Synopsis: Safe, fast, small crypto using Rust
Description:

This package provided safe, fast, small crypto using Rust.

rust-pcre2-utf32 0.2.9
Channel: guix
Location: gnu/packages/rust-sources.scm (gnu packages rust-sources)
Home page: https://github.com/fish-shell/rust-pcre2
Licenses: Expat Unlicense
Build system: cargo
Synopsis: High level wrapper library for PCRE2
Description:

This package provides fish shell's fork of rust-pcre2 with UTF-32 support.

rust-smithay 0.7.0-0.20d2dac
Channel: guix
Location: gnu/packages/rust-sources.scm (gnu packages rust-sources)
Home page: https://github.com/Smithay/smithay
Licenses: Expat
Build system: cargo
Synopsis: Smithy for Rust Wayland compositors
Description:

Smithay aims to provide building blocks to create wayland compositors in Rust. While not being a full-blown compositor, it'll provide objects and interfaces implementing common functionalities that pretty much any compositor will need, in a generic fashion.

It supports the wayland, wayland-protocols, and some external extensions, such as wlr-protocols and plasma-wayland-protocols.

rust-rustc-demangle-capi 0.1.0
Channel: guix
Location: gnu/packages/rust-sources.scm (gnu packages rust-sources)
Home page: https://github.com/alexcrichton/rustc-demangle
Licenses: Expat ASL 2.0
Build system: cargo
Synopsis: C API for the @code{rustc-demangle} crate
Description:

This package provides a C API library for the rustc-demangle crate.

rust-deunicode 1.6.1
Channel: guix
Location: gnu/packages/rust-sources.scm (gnu packages rust-sources)
Home page: https://lib.rs/crates/deunicode
Licenses: Modified BSD
Build system: cargo
Synopsis: Convert Unicode strings to pure ASCII
Description:

This package converts Unicode strings to pure ASCII by intelligently transliterating them. It supports Emoji and Chinese.

rust-web-view 0.7.3-0.82d7cbc
Channel: guix
Location: gnu/packages/rust-sources.scm (gnu packages rust-sources)
Home page: https://github.com/Boscop/web-view
Licenses: Expat
Build system: cargo
Synopsis: Rust bindings for webview.
Description:

This library provides a Rust binding to the original implementation of webview, a tiny cross-platform library to render web-based GUIs as desktop applications.

rust-smithay 0.6.0-2.ede2707
Channel: guix
Location: gnu/packages/rust-sources.scm (gnu packages rust-sources)
Home page: https://github.com/Smithay/smithay
Licenses: Expat
Build system: cargo
Synopsis: Smithy for Rust Wayland compositors
Description:

Smithay aims to provide building blocks to create wayland compositors in Rust. While not being a full-blown compositor, it'll provide objects and interfaces implementing common functionalities that pretty much any compositor will need, in a generic fashion.

It supports the wayland, wayland-protocols, and some external extensions, such as wlr-protocols and plasma-wayland-protocols.

rust-pipewire 0.8.0-0.fd3d8f7
Channel: guix
Location: gnu/packages/rust-sources.scm (gnu packages rust-sources)
Home page: https://pipewire.org/
Licenses: Expat
Build system: cargo
Synopsis: Rust bindings for PipeWire
Description:

This package provides Rust bindings for PipeWire.

rust 1.85.1
Dependencies: bash-minimal@5.2.37 llvm@19.1.7 openssl@3.0.8
Channel: guix
Location: gnu/packages/rust.scm (gnu packages rust)
Home page: https://www.rust-lang.org
Licenses: ASL 2.0 Expat
Build system: gnu
Synopsis: Compiler for the Rust programming language
Description:

Rust is a systems programming language that provides memory safety and thread safety guarantees.

Total packages: 69252