_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-secrecy 0.8.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/iqlusioninc/crates/
Licenses: ASL 2.0 Expat
Synopsis: Wrapper types and traits for secret management
Description:

This package provides wrapper types and traits for secret management which help ensure they aren't accidentally copied, logged, or otherwise exposed (as much as possible), and also ensure secrets are securely wiped from memory when dropped.

rust-typenum 1.16.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/paholg/typenum
Licenses: ASL 2.0 Expat
Synopsis: Rust library for type-level numbers evaluated at compile time
Description:

Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.

rust-combine 3.8.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Marwes/combine
Licenses: Expat
Synopsis: Parser combinators on arbitrary streams with zero-copy support
Description:

This package is an implementation of parser combinators for Rust, inspired by the Haskell library Parsec. As in Parsec the parsers are LL(1) by default but they can opt-in to arbitrary lookahead using the attempt combinator.

rust-combine 4.6.6
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Marwes/combine
Licenses: Expat
Synopsis: Parser combinators on arbitrary streams with zero-copy support
Description:

This package is an implementation of parser combinators for Rust, inspired by the Haskell library Parsec. As in Parsec the parsers are LL(1) by default but they can opt-in to arbitrary lookahead using the attempt combinator.

rust-boomphf 0.5.9
Channel: gn-bioinformatics
Location: gn/packages/crates-io.scm (gn packages crates-io)
Home page: https://github.com/10XGenomics/rust-boomphf
Licenses: Expat
Synopsis: Scalable and Efficient Minimal Perfect Hash Functions
Description:

This package provides a Rust implementation of fast and scalable minimal perfect hashing for massive key sets. It generates an MPHF for a collection of hashable objects.

rust-bencher 0.1.5
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/bluss/bencher/
Licenses: ASL 2.0 Expat
Synopsis: Port of the libtest benchmark runner to Rust stable
Description:

This package provides a port of the libtest (unstable Rust) benchmark runner to Rust stable releases. Supports running benchmarks and filtering based on the name. Benchmark execution works exactly the same way and no more (caveat: black_box is still missing!).

rust-libmdns 0.7.5
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/librespot-org/libmdns
Licenses: Expat
Synopsis: DNS-SD and mDNS library for building discoverable LAN services
Description:

A Multi-Cast DNS (RFC 6762) and DNS Service Discovery (RFC 6763) library. Used for resolution of hostnames to IP addresses on networks that do not have a local name server. Network services can be advertised and discovered using this mechanism.

rust-snapbox 0.5.14
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/assert-rs/trycmd/tree/main/crates/snapbox
Licenses: Expat ASL 2.0
Synopsis: Snapshot testing toolbox
Description:

Snapbox is a snapshot-testing toolbox that is ready to use for verifying output from

  • Function return values

  • CLI stdout/stderr

  • Filesystem changes

It is also flexible enough to build your own test harness like trycmd.

rust-snapbox 0.2.10
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/assert-rs/trycmd/tree/main/crates/snapbox
Licenses: Expat ASL 2.0
Synopsis: Snapshot testing toolbox
Description:

Snapbox is a snapshot-testing toolbox that is ready to use for verifying output from

  • Function return values

  • CLI stdout/stderr

  • Filesystem changes

It is also flexible enough to build your own test harness like trycmd.

rust-zeroize 1.8.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/iqlusioninc/crates/
Licenses: ASL 2.0 Expat
Synopsis: Securely clear secrets from memory
Description:

Zeroize securely clears secrets from memory with a simple trait built on stable Rust primitives, which guarantee memory is zeroed using an operation will not be ``optimized away'' by the compiler. It uses a portable pure Rust implementation that works everywhere, even WASM!

rust-snapbox 0.4.17
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/assert-rs/trycmd/tree/main/crates/snapbox
Licenses: Expat ASL 2.0
Synopsis: Snapshot testing toolbox
Description:

Snapbox is a snapshot-testing toolbox that is ready to use for verifying output from

  • Function return values

  • CLI stdout/stderr

  • Filesystem changes

It is also flexible enough to build your own test harness like trycmd.

rust-snapbox 0.6.17
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/assert-rs/trycmd/tree/main/crates/snapbox
Licenses: Expat ASL 2.0
Synopsis: Snapshot testing toolbox
Description:

Snapbox is a snapshot-testing toolbox that is ready to use for verifying output from

  • Function return values

  • CLI stdout/stderr

  • Filesystem changes

It is also flexible enough to build your own test harness like trycmd.

rust-zeroize 1.3.0
Channel: lauras-channel
Location: laura/packages/rust-common.scm (laura packages rust-common)
Home page: https://github.com/RustCrypto/utils/tree/master/zeroize
Licenses: ASL 2.0 Expat
Synopsis: Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM!
Description:

This package provides Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be optimized away by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM!

rust-windows 0.56.0
Channel: guix
Location: gnu/packages/crates-windows.scm (gnu packages crates-windows)
Home page: https://github.com/microsoft/windows-rs
Licenses: Expat ASL 2.0
Synopsis: Rust for Windows
Description:

The windows crate lets you call any Windows API past, present, and future using code generated on the fly directly from the metadata describing the API and right into your Rust package where you can call them as if they were just another Rust module.

rust-windows 0.39.0
Channel: guix
Location: gnu/packages/crates-windows.scm (gnu packages crates-windows)
Home page: https://github.com/microsoft/windows-rs
Licenses: Expat ASL 2.0
Synopsis: Rust for Windows
Description:

The windows crate lets you call any Windows API past, present, and future using code generated on the fly directly from the metadata describing the API and right into your Rust package where you can call them as if they were just another Rust module.

rust-windows 0.52.0
Channel: guix
Location: gnu/packages/crates-windows.scm (gnu packages crates-windows)
Home page: https://github.com/microsoft/windows-rs
Licenses: Expat ASL 2.0
Synopsis: Rust for Windows
Description:

The windows crate lets you call any Windows API past, present, and future using code generated on the fly directly from the metadata describing the API and right into your Rust package where you can call them as if they were just another Rust module.

rust-windows 0.48.0
Channel: guix
Location: gnu/packages/crates-windows.scm (gnu packages crates-windows)
Home page: https://github.com/microsoft/windows-rs
Licenses: Expat ASL 2.0
Synopsis: Rust for Windows
Description:

The windows crate lets you call any Windows API past, present, and future using code generated on the fly directly from the metadata describing the API and right into your Rust package where you can call them as if they were just another Rust module.

rust-windows 0.58.0
Channel: guix
Location: gnu/packages/crates-windows.scm (gnu packages crates-windows)
Home page: https://github.com/microsoft/windows-rs
Licenses: Expat ASL 2.0
Synopsis: Rust for Windows
Description:

The windows crate lets you call any Windows API past, present, and future using code generated on the fly directly from the metadata describing the API and right into your Rust package where you can call them as if they were just another Rust module.

rust-windows 0.46.0
Channel: guix
Location: gnu/packages/crates-windows.scm (gnu packages crates-windows)
Home page: https://github.com/microsoft/windows-rs
Licenses: Expat ASL 2.0
Synopsis: Rust for Windows
Description:

The windows crate lets you call any Windows API past, present, and future using code generated on the fly directly from the metadata describing the API and right into your Rust package where you can call them as if they were just another Rust module.

rust-windows 0.44.0
Channel: guix
Location: gnu/packages/crates-windows.scm (gnu packages crates-windows)
Home page: https://github.com/microsoft/windows-rs
Licenses: Expat ASL 2.0
Synopsis: Rust for Windows
Description:

The windows crate lets you call any Windows API past, present, and future using code generated on the fly directly from the metadata describing the API and right into your Rust package where you can call them as if they were just another Rust module.

rust-windows 0.43.0
Channel: guix
Location: gnu/packages/crates-windows.scm (gnu packages crates-windows)
Home page: https://github.com/microsoft/windows-rs
Licenses: Expat ASL 2.0
Synopsis: Rust for Windows
Description:

The windows crate lets you call any Windows API past, present, and future using code generated on the fly directly from the metadata describing the API and right into your Rust package where you can call them as if they were just another Rust module.

rust-windows 0.57.0
Channel: guix
Location: gnu/packages/crates-windows.scm (gnu packages crates-windows)
Home page: https://github.com/microsoft/windows-rs
Licenses: Expat ASL 2.0
Synopsis: Rust for Windows
Description:

The windows crate lets you call any Windows API past, present, and future using code generated on the fly directly from the metadata describing the API and right into your Rust package where you can call them as if they were just another Rust module.

rust-windows 0.9.1
Channel: guix
Location: gnu/packages/crates-windows.scm (gnu packages crates-windows)
Home page: https://github.com/microsoft/windows-rs
Licenses: Expat ASL 2.0
Synopsis: Rust for Windows
Description:

The windows crate lets you call any Windows API past, present, and future using code generated on the fly directly from the metadata describing the API and right into your Rust package where you can call them as if they were just another Rust module.

rust-clircle 0.4.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/niklasmohrin/clircle
Licenses: Expat ASL 2.0
Synopsis: Detect IO circles in your CLI apps arguments
Description:

Clircle provides a cross-platform API to detect read or write cycles from your user-supplied arguments. You can get the important identifiers of a file (from a path) and for all three stdio streams, if they are piped from or to a file as well.

Total results: 7384