_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-async-std 0.99.12
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://async.rs
Licenses: ASL 2.0 Expat
Synopsis: Async version of the Rust standard library
Description:

This crate provides an async version of std. It provides all the interfaces you are used to, but in an async version and ready for Rust's async/await syntax.

rust-async-std 1.12.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://async.rs
Licenses: ASL 2.0 Expat
Synopsis: Async version of the Rust standard library
Description:

This crate provides an async version of std. It provides all the interfaces you are used to, but in an async version and ready for Rust's async/await syntax.

rust-simplelog 0.12.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/drakulix/simplelog.rs
Licenses: Expat ASL 2.0
Synopsis: Simple and easy-to-use logging facility for Rust's log crate
Description:

This package provides a simple and easy-to-use logging facility for Rust's log crate. It aims to be a maintainable, easy to integrate facility for small to medium sized project

rust-raw-cpuid 10.7.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/gz/rust-cpuid
Licenses: Expat
Synopsis: Library to parse the x86 CPUID instruction, written in Rust
Description:

This package provides a library to parse the x86 CPUID instruction, written in Rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore.

rust-raw-cpuid 8.1.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/gz/rust-cpuid
Licenses: Expat
Synopsis: Library to parse the x86 CPUID instruction, written in Rust
Description:

This package provides a library to parse the x86 CPUID instruction, written in Rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore.

rust-clap-conf 0.1.5
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/storyfeet/clap_conf
Licenses: Expat
Synopsis: Library to unify commandline arguments, config files and environment variables
Description:

This package provides a library to unify commandline arguments with config files and environment variables. And make it easier for users to tell your program how to behave across the three main input sources

rust-raw-cpuid 11.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/gz/rust-cpuid
Licenses: Expat
Synopsis: Library to parse the x86 CPUID instruction, written in Rust
Description:

This package provides a library to parse the x86 CPUID instruction, written in Rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore.

rust-match-cfg 0.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/gnzlbg/match_cfg
Licenses: Expat ASL 2.0
Synopsis: Define an item depending on a large number of `#[cfg]` parameters
Description:

This package provides a convenience macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like match statement, the first matching branch is the item that gets emitted.

rust-cassowary 0.3.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dylanede/cassowary-rs
Licenses: Expat ASL 2.0
Synopsis: Implementation of the Cassowary linear constraint solving algorithm
Description:

This package provides a Rust implementation of the Cassowary linear constraint solving algorithm.

The Cassowary algorithm is designed for naturally laying out user interfaces using linear constraints, like ``this button must line up with this text box''.

rust-async-dup 1.2.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/stjepang/async-dup
Licenses: ASL 2.0 Expat
Synopsis: Duplicate an async I/O handle
Description:

This crate provides two tools, Arc and Mutex. Arc implements AsyncRead, AsyncWrite, and AsyncSeek if a reference to the inner type does. A reference to Mutex implements AsyncRead, AsyncWrite, and AsyncSeek if the inner type does.

rust-inventory 0.3.14
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dtolnay/inventory
Licenses: Expat ASL 2.0
Synopsis: Typed distributed plugin registration
Description:

This package provides a way to set up a plugin registry into which plugins can be registered from any source file linked into your program. There does not need to be a central list of all the plugins.

rust-bitreader 0.3.11
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/irauta/bitreader
Licenses: Expat ASL 2.0
Synopsis: Individual bits reader from a slice of bytes
Description:

BitReader helps reading individual bits from a slice of bytes. You can read an arbitrary numbers of bits from the byte slice, for example 13 bits at once. The reader internally keeps track of position within the buffer.

rust-shadow-rs 0.26.1
Dependencies: libgit2@1.7.2 zlib@1.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/baoyachi/shadow-rs
Licenses: Expat ASL 2.0
Synopsis: Recall properties of the build process at run time
Description:

shadow-rs allows you to recall properties of the build process and environment at run time. You can use this tool to check in production exactly where a binary came from and how it was built.

rust-inventory 0.2.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dtolnay/inventory
Licenses: Expat ASL 2.0
Synopsis: Typed distributed plugin registration
Description:

This package provides a way to set up a plugin registry into which plugins can be registered from any source file linked into your program. There does not need to be a central list of all the plugins.

rust-inventory 0.1.11
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dtolnay/inventory
Licenses: Expat ASL 2.0
Synopsis: Typed distributed plugin registration
Description:

This package provides a way to set up a plugin registry into which plugins can be registered from any source file linked into your program. There does not need to be a central list of all the plugins.

rust-once-cell 1.20.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/matklad/once_cell
Licenses: Expat ASL 2.0
Synopsis: Single assignment cells and lazy values
Description:

This package provides two new cell-like types, unsync::OnceCell and sync::OnceCell. OnceCell might store arbitrary non-copy types, can be assigned to at most once and provide direct access to the stored contents.

rust-shadow-rs 0.8.1
Dependencies: libgit2@1.7.2 zlib@1.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/baoyachi/shadow-rs
Licenses: Expat ASL 2.0
Synopsis: Recall properties of the build process at run time
Description:

shadow-rs allows you to recall properties of the build process and environment at run time. You can use this tool to check in production exactly where a binary came from and how it was built.

rust-const-oid 0.6.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/RustCrypto/formats/tree/master/const-oid
Licenses: ASL 2.0 Expat
Synopsis: Implementation of the ISO/IEC Object Identifier (OID)
Description:

This package is a const-friendly implementation of the ISO/IEC Object Identifier (OID) standard as defined in ITU X.660, with support for BER/DER encoding/decoding as well as heapless no_std (i.e., embedded) support.

rust-const-oid 0.7.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/RustCrypto/formats/tree/master/const-oid
Licenses: ASL 2.0 Expat
Synopsis: Implementation of the ISO/IEC Object Identifier (OID)
Description:

This package is a const-friendly implementation of the ISO/IEC Object Identifier (OID) standard as defined in ITU X.660, with support for BER/DER encoding/decoding as well as heapless no_std (i.e., embedded) support.

rust-const-oid 0.9.6
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/RustCrypto/formats/tree/master/const-oid
Licenses: ASL 2.0 Expat
Synopsis: Implementation of the ISO/IEC Object Identifier (OID)
Description:

This package is a const-friendly implementation of the ISO/IEC Object Identifier (OID) standard as defined in ITU X.660, with support for BER/DER encoding/decoding as well as heapless no_std (i.e., embedded) support.

rust-autopilot 0.4.0
Dependencies: libx11@1.8.7 libxtst@1.2.3
Channel: ngapsh
Location: pnkp/guix/packages/rust-xyz.scm (pnkp guix packages rust-xyz)
Home page: https://github.com/autopilot-rs/autopilot-rs
Licenses: Expat ASL 2.0
Synopsis: A simple, cross-platform GUI automation library for Rust.
Description:

AutoPilot is a Rust port of the Python C extension AutoPy, a simple, cross-platform GUI automation library for Python. For more information, see the README on that repo.

Currently supported on macOS, Windows, and X11 with the XTest extension.

rust-inflector 0.11.4
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/whatisinternet/inflector
Licenses: FreeBSD
Synopsis: String based inflections for Rust
Description:

This package adds String based inflections for Rust. Snake, kebab, camel, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize are supported as both traits and pure functions acting on String types.

rust-tabwriter 1.4.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/BurntSushi/tabwriter
Licenses: Unlicense Expat
Synopsis: Elastic tabstops
Description:

tabwriter is a crate that implements elastic tabstops. It provides both a library for wrapping Rust Writers and a small program that exposes the same functionality at the command line.

rust-arrow-row 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: Row-oriented Apache Arrow representation
Description:

This crate provides a comparable row-oriented representation of a collection of Array. Rows are normalized for sorting, and can therefore be very efficiently compared, using memcmp under the hood, or used in non-comparison sorts such as radix sort.

Total results: 7494