_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-lock-api 0.3.4
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Amanieu/parking_lot
Licenses: ASL 2.0 Expat
Synopsis: Wrappers to create fully-featured Mutex and RwLock types
Description:

This package provides wrappers to create fully-featured Mutex and RwLock types. It is compatible with no_std.

rust-alsa-sys 0.3.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/diwic/alsa-sys
Licenses: Expat
Synopsis: FFI bindings for the ALSA sound API
Description:

FFI bindings for the ALSA sound API. This package contains the code to interact with the underlying operating system ALSA interface.

rust-lock-api 0.4.10
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Amanieu/parking_lot
Licenses: ASL 2.0 Expat
Synopsis: Wrappers to create fully-featured Mutex and RwLock types
Description:

This package provides wrappers to create fully-featured Mutex and RwLock types. It is compatible with no_std.

rust-lock-api 0.2.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Amanieu/parking_lot
Licenses: ASL 2.0 Expat
Synopsis: Wrappers to create fully-featured Mutex and RwLock types
Description:

This package provides wrappers to create fully-featured Mutex and RwLock types. It is compatible with no_std.

rust-gix-path 0.10.11
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: Part of the Gitoxide project, this crate deals with paths and their conversions
Description:

Part of the Gitoxide project, a lean and safe Rust implementation of Git. This crate deals with paths and their conversions

rust-gix-path 0.8.4
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: Part of the Gitoxide project, this crate deals with paths and their conversions
Description:

Part of the Gitoxide project, a lean and safe Rust implementation of Git. This crate deals with paths and their conversions

rust-fs-extra 1.3.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/webdesus/fs_extra
Licenses: Expat
Synopsis: Extra file system methods
Description:

Expanding opportunities standard library std::fs and std::io. Recursively copy folders with recept information about process and much more.

rust-antidote 1.0.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/sfackler/rust-antidote
Licenses: ASL 2.0 Expat
Synopsis: Poison-free Mutex and RwLock types
Description:

These types expose identical APIs to the standard library Mutex and RwLock except that they do not return PoisonErrors.

rust-filesize 0.2.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Freaky/rust-filesize
Licenses: Expat
Synopsis: Find the physical space used by a file
Description:

filesize abstracts platform-specific methods of determining the real space used by files, taking into account file system compression and sparse files.

rust-nftables 0.3.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://namib.me/
Licenses: Expat ASL 2.0
Synopsis: Safe abstraction for nftables JSON API
Description:

Safe abstraction for nftables JSON API. It can be used to create nftables rulesets in Rust and parse existing nftables rulesets from JSON.

rust-downcast 0.11.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/fkoep/downcast-rs
Licenses: Expat
Synopsis: Trait for downcasting trait objects back to their original types
Description:

This package provides a trait, and utilities, for downcasting trait objects back to their original types. The same as the rust-downcast-rs crate.

rust-gix-hash 0.11.4
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: Borrowed and owned git hash digests used to identify git objects
Description:

Borrowed and owned git hash digests used to identify git objects. This package is part of Gitoxide, a pure Rust implementation of Git.

rust-gix-hash 0.13.3
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: Borrowed and owned git hash digests used to identify git objects
Description:

Borrowed and owned git hash digests used to identify git objects. This package is part of Gitoxide, a pure Rust implementation of Git.

rust-gix-hash 0.14.2
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: Borrowed and owned git hash digests used to identify git objects
Description:

Borrowed and owned git hash digests used to identify git objects. This package is part of Gitoxide, a pure Rust implementation of Git.

rust-aes-soft 0.3.3
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: Bit-sliced implementation of AES (Rijndael) block ciphers
Description:

This package provides a bit-sliced implementation of AES (Rijndael) block ciphers.

This package is deprecated and was replaced by the aes crate.

rust-aes-soft 0.4.0
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: Bit-sliced implementation of AES (Rijndael) block ciphers
Description:

This package provides a bit-sliced implementation of AES (Rijndael) block ciphers.

This package is deprecated and was replaced by the aes crate.

rust-aes-soft 0.6.4
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: Bit-sliced implementation of AES (Rijndael) block ciphers
Description:

This package provides a bit-sliced implementation of AES (Rijndael) block ciphers.

This package is deprecated and was replaced by the aes crate.

rust-arrayvec 0.7.6
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/bluss/arrayvec
Licenses: Expat ASL 2.0
Synopsis: Vector with fixed capacity
Description:

This package provides a vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.

rust-arrayvec 0.4.12
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/bluss/arrayvec
Licenses: Expat ASL 2.0
Synopsis: Vector with fixed capacity
Description:

This package provides a vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.

rust-arrayvec 0.5.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/bluss/arrayvec
Licenses: Expat ASL 2.0
Synopsis: Vector with fixed capacity
Description:

This package provides a vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.

rust-web-view 0.7.3
Dependencies: gtk+@3.24.41 webkitgtk-with-libsoup2@2.44.1
Channel: guix
Location: gnu/packages/crates-web.scm (gnu packages crates-web)
Home page: https://github.com/Boscop/web-view
Licenses: Expat
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-clap-lex 0.2.4
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/clap-rs/clap/tree/master/clap_lex
Licenses: Expat ASL 2.0
Synopsis: Command line parser for Clap
Description:

This package provides a parser for command line options. As opposed to a declarative parser, rust-clap-lex processes arguments as a stream of tokens.

rust-ordermap 0.3.5
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/bluss/indexmap
Licenses: ASL 2.0 Expat
Synopsis: Hash table with consistent order and fast iteration
Description:

This package provides a hash table with consistent order and fast iteration. NOTE: This crate was renamed to indexmap. Please use it under its new name.

rust-clap-lex 0.5.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/clap-rs/clap/tree/master/clap_lex
Licenses: Expat ASL 2.0
Synopsis: Command line parser for Clap
Description:

This package provides a parser for command line options. As opposed to a declarative parser, rust-clap-lex processes arguments as a stream of tokens.

Total results: 7494