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

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 1.4.3
Dependencies: lmdb@0.9.29
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://nest.pijul.com/pijul/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 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-arbitrary 1.4.1
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.14.1
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 2.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 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-yaml-rust2 0.9.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
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 written in pure rust.

rust-yaml-rust2 0.8.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
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 written in pure rust.

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-error-code 3.2.0
Channel: hitwright
Location: packages/rust-tiberius.scm (packages rust-tiberius)
Home page: https://github.com/DoumanAsh/error-code
Licenses: Boost 1.0
Synopsis: Error code
Description:

Error code

rust-wycheproof 0.5.2
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-rusty-fork 0.2.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/altsysrq/rusty-fork
Licenses: Expat ASL 2.0
Synopsis: Library for running Rust tests in sub-processes
Description:

This package is a cross-platform library for running Rust tests in sub-processes using a fork-like interface.

rust-rusty-fork 0.3.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/altsysrq/rusty-fork
Licenses: Expat ASL 2.0
Synopsis: Library for running Rust tests in sub-processes
Description:

This package is a cross-platform library for running Rust tests in sub-processes using a fork-like interface.

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: 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-softbuffer 0.3.4
Dependencies: libx11@1.8.10 libxcursor@1.2.3 libxext@1.3.6 libxft@2.3.8 libxi@1.8.2 libxinerama@1.1.5 libxmu@1.2.1 libxpresent@1.0.1 libxrandr@1.5.4 libxscrnsaver@1.2.4 libxt@1.3.1 libxtst@1.2.5
Channel: guix
Location: gnu/packages/crates-graphics.scm (gnu packages crates-graphics)
Home page: https://github.com/rust-windowing/softbuffer
Licenses: Expat ASL 2.0
Synopsis: Cross-platform software buffer
Description:

Cross-platform software buffer.

rust-softbuffer 0.4.6
Dependencies: libx11@1.8.10 libxcursor@1.2.3 libxext@1.3.6 libxft@2.3.8 libxi@1.8.2 libxinerama@1.1.5 libxmu@1.2.1 libxpresent@1.0.1 libxrandr@1.5.4 libxscrnsaver@1.2.4 libxt@1.3.1 libxtst@1.2.5
Channel: guix
Location: gnu/packages/crates-graphics.scm (gnu packages crates-graphics)
Home page: https://github.com/rust-windowing/softbuffer
Licenses: Expat ASL 2.0
Synopsis: Cross-platform software buffer
Description:

Cross-platform software buffer.

rust-libadwaita 0.5.3
Dependencies: libadwaita@1.6.0
Channel: guix
Location: gnu/packages/crates-gtk.scm (gnu packages crates-gtk)
Home page: https://world.pages.gitlab.gnome.org/Rust/libadwaita-rs
Licenses: Expat
Synopsis: Rust bindings for libadwaita
Description:

Rust bindings for libadwaita.

Total results: 7485