_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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-async-dup 1.2.4
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-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-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-shadow-rs 0.37.0
Dependencies: libgit2@1.8.4 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: Store build-time information in your rust project
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-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.36.0
Dependencies: libgit2@1.8.4 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: Store build-time information in your rust project
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-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-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-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-shadow-rs 0.35.2
Dependencies: libgit2@1.8.4 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: Store build-time information in your rust project
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.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-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-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.

rust-rt-format 0.3.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/vstojkovic/rt-format
Licenses: ASL 2.0
Synopsis: Runtime equivalent of the Rust format! macro
Description:

This package provides a runtime equivalent of the Rust format! macro. It allows formatting strings like the format! macro, with the formatting string and the arguments provided at runtime. This crate supports all the formatting features of the format! macro, except for the fill character.

rust-str-stack 0.1.0
Channel: yewscion
Location: cdr255/programming.scm (cdr255 programming)
Home page: https://github.com/Stebalien/str_stack
Licenses: Expat ASL 2.0
Synopsis: A string allocator for allocating many write-once strings. This library is primarily useful for parsing where you need to repeatedly build many strings, use them, and then throw them away. Instead of allocating many independent strings, this library will put them all in the same buffer.
Description:

This package provides a string allocator for allocating many write-once strings. This library is primarily useful for parsing where you need to repeatedly build many strings, use them, and then throw them away. Instead of allocating many independent strings, this library will put them all in the same buffer.

rust-str-stack 0.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Stebalien/str_stack
Licenses: Expat ASL 2.0
Synopsis: String allocator for allocating many write-once strings
Description:

This package provides a string allocator for allocating many write-once strings. This library is primarily useful for parsing where you need to repeatedly build many strings, use them, and then throw them away. Instead of allocating many independent strings, this library will put them all in the same buffer.

rust-test-case 2.2.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/frondeus/test-case
Licenses: Expat
Synopsis: Procedural macro attribute for parametrized test cases
Description:

This crate provides #[test_case] procedural macro attribute that generates multiple parametrized tests using one body with different input parameters. A test is generated for each data set passed in test_case attribute. Under the hood, all test cases that share same body are grouped into mod, giving clear and readable test results.

rust-test-case 3.3.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/frondeus/test-case
Licenses: Expat
Synopsis: Procedural macro attribute for parametrized test cases
Description:

This crate provides #[test_case] procedural macro attribute that generates multiple parametrized tests using one body with different input parameters. A test is generated for each data set passed in test_case attribute. Under the hood, all test cases that share same body are grouped into mod, giving clear and readable test results.

rust-test-case 1.2.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/frondeus/test-case
Licenses: Expat
Synopsis: Procedural macro attribute for parametrized test cases
Description:

This crate provides #[test_case] procedural macro attribute that generates multiple parametrized tests using one body with different input parameters. A test is generated for each data set passed in test_case attribute. Under the hood, all test cases that share same body are grouped into mod, giving clear and readable test results.

Total results: 7384