_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-c2rust-build-paths 0.18.0
Channel: guix
Location: gnu/packages/c2rust.scm (gnu packages c2rust)
Home page: https://c2rust.com/
Licenses: Modified BSD
Synopsis: C2Rust utilities related to build paths, primarily at build time
Description:

This package provides C2Rust utilities related to build paths, primarily at build time.

rust-piston-gfx-texture 0.40.0
Channel: guix
Location: gnu/packages/crates-graphics.scm (gnu packages crates-graphics)
Home page: https://github.com/pistondevelopers/gfx_texture
Licenses: Expat
Synopsis: Gfx texture representation that works nicely with Piston libraries
Description:

This package provides a Gfx texture representation that works nicely with Piston libraries.

rust-parity-scale-codec 2.3.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/paritytech/parity-scale-codec
Licenses: ASL 2.0
Synopsis: SCALE - Simple Concatenating Aggregated Little Endians
Description:

This package is a Rust library for SCALE - Simple Concatenating Aggregated Little Endians.

rust-jiff-tzdb-platform 0.1.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/BurntSushi/jiff/tree/master/jiff-tzdb-platform
Licenses: Unlicense Expat
Synopsis: Entire embeddable Time Zone Database
Description:

Provides the Time Zone Database for use in your binary on specific platforms.

rust-unicode-categories 0.1.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/swgillespie/unicode-categories
Licenses: Expat ASL 2.0
Synopsis: Query Unicode category membership
Description:

This package provides a package for querying Unicode category membership for characters in Rust.

rust-num-format-windows 0.4.4
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/bcmyers/num-format/num-format-windows
Licenses: Expat ASL 2.0
Synopsis: Helper crate for @code{num-format}
Description:

This package provides a helper crate for num-format. Do not use it directly.

rust-librespot-protocol 0.4.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/librespot-org/librespot
Licenses: Expat
Synopsis: The protobuf logic for communicating with Spotify servers
Description:

Part of Librespot, an open source, Spotify client library. This package contains the protobuf logic.

rust-apache-avro-derive 0.16.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/apache/avro
Licenses: ASL 2.0
Synopsis: Library for deriving Avro schemata from Rust structs and enums
Description:

This package provides a library for deriving Avro schemata from Rust structs and enums.

rust-librespot-metadata 0.4.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/librespot-org/librespot
Licenses: Expat
Synopsis: The metadata elements of Librespot
Description:

Part of Librespot, an open source client library for Spotify. This package contains the metadata logic.

rust-any-all-workaround 0.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://docs.rs/any_all_workaround/
Licenses: Expat ASL 2.0
Synopsis: Workaround for bad LLVM codegen for boolean reductions on 32-bit ARM
Description:

This package provides Workaround for bad LLVM codegen for boolean reductions on 32-bit ARM.

rust-futures-io-preview 0.3.0-alpha.19
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://rust-lang-nursery.github.io/futures-rs/
Licenses: ASL 2.0 Expat
Synopsis: Async read and write traits for the futures library
Description:

This crate provides the AsyncRead and AsyncWrite traits for the futures-rs library.

rust-block-cipher-trait 0.4.2
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/block-ciphers
Licenses: Expat ASL 2.0
Synopsis: Block cipher algorithms
Description:

This package provides a collection of block cipher algorithms. This package is deprecated. Please use block-cipher instead.

rust-block-cipher-trait 0.6.2
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/block-ciphers
Licenses: Expat ASL 2.0
Synopsis: Block cipher algorithms
Description:

This package provides a collection of block cipher algorithms. This package is deprecated. Please use block-cipher instead.

rust-unic-char-property 0.9.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/open-i18n/rust-unic/
Licenses: Expat ASL 2.0
Synopsis: Character property taxonomy, contracts and macros for UNIC
Description:

This package provides character property taxonomy, contracts and build macros for the Unicode and Internationalization Crates (UNIC) project.

rust-generational-arena 0.2.9
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/fitzgen/generational-arena
Licenses: MPL 2.0
Synopsis: Arena allocator that supports deletion
Description:

This package provides a safe arena allocator that supports deletion without suffering from the ABA problem by using generational indices.

rust-gix-worktree-state 0.5.0
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/Byron/gitoxide
Licenses: Expat ASL 2.0
Synopsis: Gitoxide project library to set a Git worktree to a particular state
Description:

This crate sets the Git worktree to a particular state. Part of Gitoxide a pure Rust implementation of Git.

rust-gix-worktree-state 0.6.1
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/Byron/gitoxide
Licenses: Expat ASL 2.0
Synopsis: Gitoxide project library to set a Git worktree to a particular state
Description:

This crate sets the Git worktree to a particular state. Part of Gitoxide a pure Rust implementation of Git.

rust-gix-worktree-state 0.4.0
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/Byron/gitoxide
Licenses: Expat ASL 2.0
Synopsis: Gitoxide project library to set a Git worktree to a particular state
Description:

This crate sets the Git worktree to a particular state. Part of Gitoxide a pure Rust implementation of Git.

rust-gix-worktree-state 0.3.0
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/Byron/gitoxide
Licenses: Expat ASL 2.0
Synopsis: Gitoxide project library to set a Git worktree to a particular state
Description:

This crate sets the Git worktree to a particular state. Part of Gitoxide a pure Rust implementation of Git.

rust-gix-worktree-state 0.11.1
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/Byron/gitoxide
Licenses: Expat ASL 2.0
Synopsis: Gitoxide project library to set a Git worktree to a particular state
Description:

This crate sets the Git worktree to a particular state. Part of Gitoxide a pure Rust implementation of Git.

rust-gix-worktree-state 0.13.0
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/Byron/gitoxide
Licenses: Expat ASL 2.0
Synopsis: Gitoxide project library to set a Git worktree to a particular state
Description:

This crate sets the Git worktree to a particular state. Part of Gitoxide a pure Rust implementation of Git.

rust-partition-identity 0.3.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/pop-os/partition-identity
Licenses: Expat
Synopsis: Find the ID of a device by its path, or find a device path by its ID
Description:

This package provides the ability to find ID of a device by its path, or find a device path by its ID.

rust-symphonia-metadata 0.4.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/pdeljanov/Symphonia
Licenses: MPL 2.0
Synopsis: Multimedia tag and metadata readers for the Symphonia library
Description:

Symphonia is a pure Rust audio decoding and media demuxing library supporting a wide range of audio formats. This package contains multimedia tag and metadata readers.

rust-immutable-chunkmap 2.0.5
Channel: glue
Location: glue/packages/slint.scm (glue packages slint)
Home page: https://github.com/estokes/immutable-chunkmap
Licenses: Expat ASL 2.0
Synopsis: fast immutable map and set with batch insert and update methods, COW operations, and big O efficient implementations of set and merge operations
Description:

This package provides a fast immutable map and set with batch insert and update methods, COW operations, and big O efficient implementations of set and merge operations.

Total results: 7494