_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-hmac-sha1 0.1.3
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/pantsman0/rust-hmac-sha1
Licenses: Modified BSD
Synopsis: Minimal implementation of HMAC-SHA1 in Rust
Description:

This package is a pure Rust implementation of the HMAC for SHA1.

rust-thread-id 4.2.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/ruuda/thread-id
Licenses: ASL 2.0 Expat
Synopsis: Get a unique ID for the current thread in Rust
Description:

For diagnostics and debugging it can often be useful to get an ID that is different for every thread.

rust-thread-id 2.0.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/ruuda/thread-id
Licenses: ASL 2.0 Expat
Synopsis: Get a unique ID for the current thread in Rust
Description:

For diagnostics and debugging it can often be useful to get an ID that is different for every thread.

rust-thread-id 3.3.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/ruuda/thread-id
Licenses: ASL 2.0 Expat
Synopsis: Get a unique ID for the current thread in Rust
Description:

For diagnostics and debugging it can often be useful to get an ID that is different for every thread.

rust-ansi-term 0.12.1
Channel: guix
Location: gnu/packages/crates-graphics.scm (gnu packages crates-graphics)
Home page: https://github.com/ogham/rust-ansi-term
Licenses: Expat
Synopsis: Library for ANSI terminal colours and styles
Description:

This is a library for controlling colours and formatting, such as red bold text or blue underlined text, on ANSI terminals.

rust-ansi-term 0.11.0
Channel: guix
Location: gnu/packages/crates-graphics.scm (gnu packages crates-graphics)
Home page: https://github.com/ogham/rust-ansi-term
Licenses: Expat
Synopsis: Library for ANSI terminal colours and styles
Description:

This is a library for controlling colours and formatting, such as red bold text or blue underlined text, on ANSI terminals.

rust-ansi-term 0.9.0
Channel: guix
Location: gnu/packages/crates-graphics.scm (gnu packages crates-graphics)
Home page: https://github.com/ogham/rust-ansi-term
Licenses: Expat
Synopsis: Library for ANSI terminal colours and styles
Description:

This is a library for controlling colours and formatting, such as red bold text or blue underlined text, on ANSI terminals.

rust-x509-cert 0.2.5
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/RustCrypto/formats/tree/master/x509-cert
Licenses: ASL 2.0 Expat
Synopsis: X.509 Public Key Infrastructure Certificate format in Rust
Description:

This package provides a pure Rust implementation of the X.509 Public Key Infrastructure Certificate format as described in RFC 5280.

rust-dirs-next 2.0.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/xdg-rs/dirs
Licenses: Expat ASL 2.0
Synopsis: Abstractions for standard locations for various platforms
Description:

This package provides a tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data.

rust-dirs-next 1.0.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/xdg-rs/dirs
Licenses: Expat ASL 2.0
Synopsis: Abstractions for standard locations for various platforms
Description:

This package provides a tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data.

rust-git2-curl 0.20.0
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/rust-lang/git2-rs
Licenses: Expat ASL 2.0
Synopsis: Libgit2 HTTP transport backend powered by @code{libcurl}
Description:

Backend for an HTTP transport in libgit2, powered by libcurl, which is intended to be used with the git2 crate.

rust-git2-curl 0.19.0
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/rust-lang/git2-rs
Licenses: Expat ASL 2.0
Synopsis: Libgit2 HTTP transport backend powered by @code{libcurl}
Description:

Backend for an HTTP transport in libgit2, powered by libcurl, which is intended to be used with the git2 crate.

rust-array-ops 0.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/bodil/array-ops
Licenses: MPL 2.0
Synopsis: Automatic method implementations for array data types
Description:

This package provides a number of traits with default implementations for most of the standard library's methods on array like data structures.

rust-platforms 3.3.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://rustsec.org
Licenses: ASL 2.0 Expat
Synopsis: Registry of valid Rust platforms from the Rust compiler
Description:

This package provides a Rust platform registry with information about valid Rust platforms (target triple, target_arch, target_os), sourced from the Rust compiler.

rust-multipart 0.18.0
Channel: guix
Location: gnu/packages/crates-web.scm (gnu packages crates-web)
Home page: https://github.com/abonander/multipart
Licenses: Expat ASL 2.0
Synopsis: Backend-agnostic extension for file uploads in HTTP libraries for Rust
Description:

This package provides a backend-agnostic extension for HTTP libraries that provides support for POST multipart/form-data requests on both client and server.

rust-multipart 0.17.1
Channel: guix
Location: gnu/packages/crates-web.scm (gnu packages crates-web)
Home page: https://github.com/abonander/multipart
Licenses: Expat ASL 2.0
Synopsis: Backend-agnostic extension for file uploads in HTTP libraries for Rust
Description:

This package provides a backend-agnostic extension for HTTP libraries that provides support for POST multipart/form-data requests on both client and server.

rust-hassle-rs 0.11.0
Channel: lauras-channel
Location: laura/packages/rust-common.scm (laura packages rust-common)
Home page: https://github.com/Traverse-Research/hassle-rs
Licenses: Expat
Synopsis: HLSL compiler library, this crate provides an FFI layer and idiomatic rust wrappers for the new DXC HLSL compiler and validator
Description:

This package provides HLSL compiler library, this crate provides an FFI layer and idiomatic rust wrappers for the new DXC HLSL compiler and validator.

rust-arrow-ord 47.0.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/apache/arrow-rs
Licenses: ASL 2.0
Synopsis: Ordering kernels for Apache Arrow arrays
Description:

This crate provides various ordering kernels for Apache Arrow arrays. Examples include cmp, ord, partition, rank and sort kernels.

rust-titlecase 2.2.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/wezm/titlecase
Licenses: Expat
Synopsis: Tool and Rust crate for transforming text into title case
Description:

This package provides a tool and library that capitalizes text according to a style defined by John Gruber for post titles on his website ``Daring Fireball''.

rust-titlecase 3.3.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/wezm/titlecase
Licenses: Expat
Synopsis: Tool and Rust crate for transforming text into title case
Description:

This package provides a tool and library that capitalizes text according to a style defined by John Gruber for post titles on his website ``Daring Fireball''.

rust-serde-yml 0.0.12
Channel: selected-guix-works
Location: selected-guix-works/packages/crates-io.scm (selected-guix-works packages crates-io)
Home page: https://serdeyml.com
Licenses: Expat ASL 2.0
Synopsis: Work with YAML using the Serde serialization framework
Description:

This package provides a robust library that simplifies the serialization and deserialization of Rust data structures to and from YAML format using the widely-used Serde framework.

rust-libradicl 0.4.1
Dependencies: xz@5.4.5 zlib@1.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/COMBINE-lab/alevin-fry
Licenses: Modified BSD
Synopsis: Support library for alevin-fry
Description:

This package provides a support library for alevin-fry, a suite of tools for the rapid, accurate and memory-frugal processing single-cell and single-nucleus sequencing data.

rust-bugreport 0.5.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/sharkdp/bugreport
Licenses: Expat ASL 2.0
Synopsis: Collect system and environment information for bug reports
Description:

bugreport is a Rust library that helps application developers to automatically collect information about the system and the environment that users can send along with a bug report.

rust-bit-field 0.10.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/phil-opp/rust-bit-field
Licenses: ASL 2.0 Expat
Synopsis: Methods for operating on individual bits and ranges of bits
Description:

This is a simple crate which provides the BitField trait, which provides methods for operating on individual bits and ranges of bits on Rust's integral types.

Total results: 7239