_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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 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.

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 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-sanakirja 0.10.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://nest.pijul.com/pijul_org/sanakirja
Licenses: ASL 2.0 Expat
Synopsis: Key-value dictionary, using copy-on-write and B-trees
Description:

This package provides a key-value dictionary, using copy-on-write and B trees. It features:

  • ACID semantics.

  • B trees with copy-on-write.

  • Support for referential transparency: databases can be cloned in time O(log n) (where n is the size of the database). This was the original motivation for writing this library.

rust-arbitrary 1.3.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/rust-fuzz/arbitrary
Licenses: Expat ASL 2.0
Synopsis: Trait for generating structured data from unstructured data
Description:

The Arbitrary crate lets you construct arbitrary instance of a type.

This crate is primarily intended to be combined with a fuzzer like libFuzzer and cargo-fuzz or AFL, and to help you turn the raw, untyped byte buffers that they produce into well-typed, valid, structured values. This allows you to combine structure-aware test case generation with coverage-guided, mutation-based fuzzers.

rust-arbitrary 0.4.7
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/rust-fuzz/arbitrary
Licenses: Expat ASL 2.0
Synopsis: Trait for generating structured data from unstructured data
Description:

The Arbitrary crate lets you construct arbitrary instance of a type.

This crate is primarily intended to be combined with a fuzzer like libFuzzer and cargo-fuzz or AFL, and to help you turn the raw, untyped byte buffers that they produce into well-typed, valid, structured values. This allows you to combine structure-aware test case generation with coverage-guided, mutation-based fuzzers.

rust-rustls-ffi 0.8.2
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/rustls-ffi
Licenses: ASL 2.0 ISC Expat
Synopsis: Rustls bindings for non-Rust languages
Description:

This package provides Rustls bindings for non-Rust languages.

rust-rustls-ffi 0.14.0
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/rustls-ffi
Licenses: ASL 2.0 ISC Expat
Synopsis: Rustls bindings for non-Rust languages
Description:

This package provides Rustls bindings for non-Rust languages.

rust-yaml-rust2 0.8.1
Channel: glue
Location: glue/packages/mcfly.scm (glue packages mcfly)
Home page: https://github.com/Ethiraric/yaml-rust2
Licenses: Expat ASL 2.0
Synopsis: fully YAML 1.2 compliant YAML parser
Description:

This package provides a fully YAML 1.2 compliant YAML parser.

rust-rustc-hash 1.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/rust-lang/rustc-hash
Licenses: ASL 2.0 Expat
Synopsis: Speedy, non-cryptographic hash used in rustc
Description:

This package provides a speedy, non-cryptographic hash used in rustc.

rust-rustc-hash 2.0.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/rust-lang/rustc-hash
Licenses: ASL 2.0 Expat
Synopsis: Speedy, non-cryptographic hash used in rustc
Description:

This package provides a speedy, non-cryptographic hash used in rustc.

rust-wycheproof 0.5.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/randombit/wycheproof-rs
Licenses: ASL 2.0
Synopsis: Wycheproof test vectors
Description:

Wycheproof test vectors

rust-rustc-test 0.3.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/servo/rustc-test
Licenses: ASL 2.0 Expat
Synopsis: Fork of Rust's test crate
Description:

This package provides a fork of Rust's test crate that doesn't require unstable language features.

rust-indoc-impl 0.3.6
Channel: guixrus
Location: guixrus/packages/common/rust.scm (guixrus packages common rust)
Home page: https://github.com/dtolnay/indoc
Licenses: Expat ASL 2.0
Synopsis: Indented document literals
Description:

Indented document literals

rust-assert-cmd 0.11.1
Channel: guixrus
Location: guixrus/packages/common/rust.scm (guixrus packages common rust)
Home page: https://github.com/assert-rs/assert_cmd
Licenses: Expat ASL 2.0
Synopsis: Test CLI Applications.
Description:

Test CLI Applications.

rust-indoc-impl 0.3.6
Channel: rrr
Location: rrr/packages/crates-io.scm (rrr packages crates-io)
Home page: https://github.com/dtolnay/indoc
Licenses: Expat ASL 2.0
Synopsis: Indented document literals
Description:

Indented document literals.

rust-enumflags2 0.6.4
Channel: rrr
Location: rrr/packages/crates-io.scm (rrr packages crates-io)
Home page: https://github.com/meithecatte/enumflags2
Licenses: Expat ASL 2.0
Synopsis: Enum-based bit flags
Description:

Enum-based bit flags

rust-option-set 0.2.0
Channel: rrr
Location: rrr/packages/crates-io.scm (rrr packages crates-io)
Home page: https://github.com/H2CO3/option_set.git
Licenses: Expat
Synopsis: Bitflags on steroids
Description:

Bitflags on steroids

rust-assert-cmd 0.12.2
Channel: gn-bioinformatics
Location: gn/packages/crates-io.scm (gn packages crates-io)
Home page: https://github.com/assert-rs/assert_cmd
Licenses: Expat ASL 2.0
Synopsis: Test CLI Applications.
Description:

Test CLI Applications.

rust-faster-hex 0.8.0
Channel: nebula
Location: nebula/packages/crates-io.scm (nebula packages crates-io)
Home page: https://github.com/NervosFoundation/faster-hex
Licenses: Expat
Synopsis: Fast hex encoding.
Description:

Fast hex encoding.

rust-wgpu-types 0.18.0
Channel: nebula
Location: nebula/packages/crates-io.scm (nebula packages crates-io)
Home page: https://wgpu.rs/
Licenses: Expat ASL 2.0
Synopsis: WebGPU types
Description:

WebGPU types

Total results: 7494