_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-language-tags 0.2.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/pyfisch/rust-language-tags
Licenses: Expat
Synopsis: Language tags for Rust
Description:

Language tags can be used identify human languages, scripts e.g. Latin script, countries and other regions. They are commonly used in HTML and HTTP Content-Language and Accept-Language header fields. This package currently supports parsing (fully conformant parser), formatting and comparing language tags.

rust-version-check 0.1.5
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/SergioBenitez/version_check
Licenses: ASL 2.0 Expat
Synopsis: Check that the installed rustc meets some version requirements
Description:

This tiny crate checks that the running or installed rustc meets some version requirements. The version is queried by calling the Rust compiler with --version. The path to the compiler is determined first via the RUSTC environment variable. If it is not set, then rustc is used. If that fails, no determination is made, and calls return None.

rust-version-check 0.9.5
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/SergioBenitez/version_check
Licenses: ASL 2.0 Expat
Synopsis: Check that the installed rustc meets some version requirements
Description:

This tiny crate checks that the running or installed rustc meets some version requirements. The version is queried by calling the Rust compiler with --version. The path to the compiler is determined first via the RUSTC environment variable. If it is not set, then rustc is used. If that fails, no determination is made, and calls return None.

rust-async-process 2.3.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/smol-rs/async-process
Licenses: ASL 2.0 Expat
Synopsis: Async interface for working with processes
Description:

This crate is an async version of std::process. A background thread named async-process is lazily created on first use, which waits for spawned child processes to exit and then calls the wait() syscall to clean up the ``zombie'' processes.

This is unlike the process API in the standard library, where dropping a running Child leaks its resources.

rust-async-process 1.8.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/smol-rs/async-process
Licenses: ASL 2.0 Expat
Synopsis: Async interface for working with processes
Description:

This crate is an async version of std::process. A background thread named async-process is lazily created on first use, which waits for spawned child processes to exit and then calls the wait() syscall to clean up the ``zombie'' processes.

This is unlike the process API in the standard library, where dropping a running Child leaks its resources.

rust-feature-probe 0.1.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/tov/feature-probe-rs
Licenses: Expat ASL 2.0
Synopsis: Probe for rustc features from build.rs
Description:

To support multiple versions of Rust, it's often necessary to conditionally compile parts of our libraries or programs. It's possible to allow users to specify what features to enable, but detection is better, because users get all the features that their version of Rust supports. And while we could check the rustc version, it's better to probe for individual features. This package probes for rustc features from build.rs.

rust-derive-more-1 0.14.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/JelteF/derive_more
Licenses: Expat
Synopsis: Adds derive macros for more traits
Description:

Rust has lots of builtin traits that are implemented for its basic types, such as Add, Not, From or Display. However, when wrapping these types inside your own structs or enums you lose the implementations of these traits and are required to recreate them. This is especially annoying when your own structures are very simple, such as when using the commonly advised newtype pattern (e.g. MyInt(i32)).

This library tries to remove these annoyances and the corresponding boilerplate code. It does this by allowing you to derive lots of commonly used traits for both structs and enums.

rust-rustc-demangle 0.1.23
Channel: yewscion
Location: cdr255/programming.scm (cdr255 programming)
Home page: https://github.com/alexcrichton/rustc-demangle
Licenses: Expat ASL 2.0
Synopsis: Rust compiler symbol demangling.
Description:

Rust compiler symbol demangling.

rust-rustc-demangle 0.1.24
Channel: lauras-channel
Location: laura/packages/rust-common.scm (laura packages rust-common)
Home page: https://github.com/rust-lang/rustc-demangle
Licenses: Expat ASL 2.0
Synopsis: Rust compiler symbol demangling.
Description:

This package provides Rust compiler symbol demangling.

rust-rustc-demangle 0.1.24
Channel: lguix-channel
Location: atuin.scm (atuin)
Home page: https://github.com/rust-lang/rustc-demangle
Licenses: Expat ASL 2.0
Synopsis: Rust compiler symbol demangling.
Description:

This package provides Rust compiler symbol demangling.

rust-futures-rustls 0.26.0
Channel: hitwright
Location: packages/rust-lettre.scm (packages rust-lettre)
Home page: https://github.com/quininer/futures-rustls
Licenses: Expat ASL 2.0
Synopsis: Asynchronous TLS/SSL streams for futures using Rustls.
Description:

Asynchronous TLS/SSL streams for futures using Rustls.

rust-rustix-openpty 0.1.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/sunfishcode/rustix-openpty
Licenses: ASL 2.0 Expat
Synopsis: Safe Rust bindings to `openpty` and related functions
Description:

Safe Rust bindings to `openpty` and related functions.

rust-rustc-demangle 0.1.24
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/alexcrichton/rustc-demangle
Licenses: ASL 2.0 Expat
Synopsis: Rust compiler symbol demangling
Description:

This package demanges the symbols from the Rust compiler.

rust-futures-rustls 0.24.0
Channel: lauras-channel
Location: laura/packages/rust-common.scm (laura packages rust-common)
Home page: https://github.com/quininer/futures-rustls
Licenses: Expat ASL 2.0
Synopsis: Asynchronous TLS/SSL streams for futures using Rustls
Description:

This package provides Asynchronous TLS/SSL streams for futures using Rustls.

rust-rustls-pemfile 2.1.3
Channel: lguix-channel
Location: atuin.scm (atuin)
Home page: https://github.com/rustls/pemfile
Licenses: ASL 2.0 ISC Expat
Synopsis: Basic .pem file parser for keys and certificates
Description:

This package provides Basic .pem file parser for keys and certificates.

rust-ratatui-macros 0.6.0
Channel: selected-guix-works
Location: selected-guix-works/packages/crates-io.scm (selected-guix-works packages crates-io)
Home page: https://github.com/ratatui/ratatui
Licenses: Expat
Synopsis: Macros for Ratatui
Description:

Macros for Ratatui.

rust-tokio-executor 0.1.10
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/tokio-rs/tokio
Licenses: Expat
Synopsis: Future execution primitives
Description:

Future execution primitives.

rust-pest-generator 2.7.14
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://pest.rs/
Licenses: ASL 2.0 Expat
Synopsis: Pest code generator
Description:

Pest code generator.

rust-rustls-pemfile 0.2.1
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/pemfile
Licenses: ASL 2.0 ISC Expat
Synopsis: Basic parser for PEM formatted keys and certificates
Description:

This package provides a very basic parser for the PEM-encodings commonly used to store keys and certificates at rest.

rust-rustls-pemfile 1.0.4
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/pemfile
Licenses: ASL 2.0 ISC Expat
Synopsis: Basic parser for PEM formatted keys and certificates
Description:

This package provides a very basic parser for the PEM-encodings commonly used to store keys and certificates at rest.

rust-rustls-pemfile 2.2.0
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/pemfile
Licenses: ASL 2.0 ISC Expat
Synopsis: Basic parser for PEM formatted keys and certificates
Description:

This package provides a very basic parser for the PEM-encodings commonly used to store keys and certificates at rest.

rust-x11rb-protocol 0.13.1
Channel: guix
Location: gnu/packages/crates-graphics.scm (gnu packages crates-graphics)
Home page: https://github.com/psychon/x11rb
Licenses: Expat ASL 2.0
Synopsis: Rust bindings to X11
Description:

Rust bindings to X11.

rust-x11rb-protocol 0.10.0
Channel: guix
Location: gnu/packages/crates-graphics.scm (gnu packages crates-graphics)
Home page: https://github.com/psychon/x11rb
Licenses: Expat ASL 2.0
Synopsis: Rust bindings to X11
Description:

Rust bindings to X11.

rust-x11rb-protocol 0.11.1
Channel: guix
Location: gnu/packages/crates-graphics.scm (gnu packages crates-graphics)
Home page: https://github.com/psychon/x11rb
Licenses: Expat ASL 2.0
Synopsis: Rust bindings to X11
Description:

Rust bindings to X11.

Total results: 7239