_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-diffus 0.10.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/distil/diffus
Licenses: ASL 2.0
Synopsis: Find the difference between data structure instances
Description:

This package lets you find the difference between two instances of any data structure. Supports Collections, Strings, Maps, etc. Uses LCS where applicable. Also supports derive via `diffus-derive`.

rust-js-sys 0.3.77
Channel: selected-guix-works
Location: selected-guix-works/packages/crates-io.scm (selected-guix-works packages crates-io)
Home page: https://rustwasm.github.io/wasm-bindgen/
Licenses: ASL 2.0 Expat
Synopsis: Bindings for all JS global objects and functions in WASM
Description:

Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on #[wasm_bindgen] using the wasm-bindgen crate.

rust-merlin 2.0.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://docs.rs/merlin
Licenses: Expat
Synopsis: Composable proof transcripts for public-coin arguments of knowledge
Description:

Merlin is a STROBE-based transcript construction for zero-knowledge proofs. It automates the Fiat-Shamir transform, so that by using Merlin, non-interactive protocols can be implemented as if they were interactive.

rust-merlin 3.0.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://docs.rs/merlin
Licenses: Expat
Synopsis: Composable proof transcripts for public-coin arguments of knowledge
Description:

Merlin is a STROBE-based transcript construction for zero-knowledge proofs. It automates the Fiat-Shamir transform, so that by using Merlin, non-interactive protocols can be implemented as if they were interactive.

rust-base62 2.2.1
Channel: selected-guix-works
Location: selected-guix-works/packages/crates-io.scm (selected-guix-works packages crates-io)
Home page: https://github.com/fbernier/base62
Licenses: Expat
Synopsis: Base62 encoding/decoding library in Rust
Description:

rust-base is a zero-dependency library for working with base62 encoding with Rust. base62 is typically used for URL shorteners. It can optionally use io traits from the standard library.

rust-base58 0.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/debris/base58
Licenses: Expat
Synopsis: Tiny and fast base58 encoding
Description:

Encode to base58 using only Rust. This package is based on https://github.com/trezor/trezor-crypto/blob/master/base58.c at commit c6e7d37. However, this package works only up to 128 bytes.

rust-seq-io 0.3.2
Dependencies: zlib@1.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/markschl/seq_io
Licenses: Expat
Synopsis: Fast FASTA, FASTQ and FASTX parsing
Description:

This library provides readers for the the following sequence formats:

  • FASTA,

  • FASTQ (including multi-line FASTQ),

  • FASTX: Automatic recognition of the sequence format (either FASTA or FASTQ).

rust-pkcs11 0.5.0
Channel: small-guix
Location: small-guix/packages/solo.scm (small-guix packages solo)
Home page: https://github.com/mheese/rust-pkcs11
Licenses: ASL 2.0
Synopsis: Implementation of Public-Key Cryptography Standards (PKCS) #11
Description:

This package is a pure Rust implementation of Public-Key Cryptography Standards (PKCS) #11.

The PKCS #11 standard defines a platform-independent API to cryptographic tokens, such as hardware security modules (HSM) and smart cards.

rust-cfg-if 1.0.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/alexcrichton/cfg-if
Licenses: Expat ASL 2.0
Synopsis: Define an item depending on parameters
Description:

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

rust-cfg-if 0.1.10
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/alexcrichton/cfg-if
Licenses: Expat ASL 2.0
Synopsis: Define an item depending on parameters
Description:

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

rust-multer 3.0.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/rwf2/multer-rs
Licenses: Expat
Synopsis: Async parser for @code{multipart/form-data} content-type in Rust
Description:

An async parser for multipart/form-data content-type in Rust.

It accepts a Stream of Bytes as a source, so that it can be plugged into any async Rust environment e.g. any async server.

rust-multer 2.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/rwf2/multer-rs
Licenses: Expat
Synopsis: Async parser for @code{multipart/form-data} content-type in Rust
Description:

An async parser for multipart/form-data content-type in Rust.

It accepts a Stream of Bytes as a source, so that it can be plugged into any async Rust environment e.g. any async server.

rust-hf-hub 0.3.2
Dependencies: openssl@3.0.8
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/huggingface/hf-hub
Licenses: ASL 2.0
Synopsis: Interact with HuggingFace in Rust
Description:

This crates aims ease the interaction with huggingface. It aims to be compatible with huggingface_hub python package, but only implements a smaller subset of functions.

rust-primal 0.3.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/huonw/primal
Licenses: Expat ASL 2.0
Synopsis: Various tools for prime numbers
Description:

This package provides various tools to work with prime numbers. It includes: optimised prime sieves, checking for primality, enumerating primes, factorising numbers, and state-of-the-art estimation of upper and lower bounds for the number of primes below n and the k-th prime.

rust-dogged 0.2.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/nikomatsakis/dogged
Licenses: ASL 2.0 Expat
Synopsis: Persistent vector, similar to Clojure
Description:

This package experimental persistent collections in Rust. Based on a digit-indexed trie, as in Clojure. Supports push(), get(), and get_mut() as its primitive operations for now. All O(1)-in-practice, if not in theory, but obviously not as fast as a non-persistent vector.

rust-lipsum 0.9.1
Channel: guix-science
Location: guix-science/packages/typst.scm (guix-science packages typst)
Home page: https://github.com/mgeisler/lipsum/
Licenses: Expat
Synopsis: Lipsum is a lorem ipsum text generation library. It generates pseudo-random Latin text. Use this if you need filler or dummy text for your application. The text is generated using a simple Markov chain, which you can instantiate to generate your own pieces of pseudo-random text.
Description:

This package provides Lipsum is a lorem ipsum text generation library. It generates pseudo-random Latin text. Use this if you need filler or dummy text for your application. The text is generated using a simple Markov chain, which you can instantiate to generate your own pieces of pseudo-random text.

rust-juliex 0.3.0-alpha.8
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/withoutboats/juliex
Licenses: Expat ASL 2.0
Synopsis: Very basic future executor
Description:

juliex is a concurrent executor for Rust futures. It is implemented as a threadpool executor using a single, shared queue. Algorithmically, it is very similar to the Threadpool executor provided by the futures crate. The main difference is that juliex uses a crossbeam channel and performs a single allocation per spawned future, whereas the futures Threadpool uses std concurrency primitives and multiple allocations.

rust-brotli 3.5.0
Channel: guix
Location: gnu/packages/crates-compression.scm (gnu packages crates-compression)
Home page: https://github.com/dropbox/rust-brotli
Licenses: Modified BSD Expat
Synopsis: Brotli compressor and decompressor
Description:

This package provides a brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe.

rust-brotli 6.0.0
Channel: guix
Location: gnu/packages/crates-compression.scm (gnu packages crates-compression)
Home page: https://github.com/dropbox/rust-brotli
Licenses: Modified BSD Expat
Synopsis: Brotli compressor and decompressor
Description:

This package provides a brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe.

rust-brotli 7.0.0
Channel: guix
Location: gnu/packages/crates-compression.scm (gnu packages crates-compression)
Home page: https://github.com/dropbox/rust-brotli
Licenses: Modified BSD Expat
Synopsis: Brotli compressor and decompressor
Description:

This package provides a brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe.

rust-brotli 6.0.0
Channel: lauras-channel
Location: laura/packages/rust-common.scm (laura packages rust-common)
Home page: https://github.com/dropbox/rust-brotli
Licenses: Modified BSD Expat
Synopsis: brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe.
Description:

This package provides a brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe.

rust-rustfix 0.7.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/rust-lang/cargo
Licenses: Expat ASL 2.0
Synopsis: Automatically apply the suggestions made by rustc
Description:

Automatically apply the suggestions made by rustc.

rust-rustfix 0.8.6
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/rust-lang/cargo
Licenses: Expat ASL 2.0
Synopsis: Automatically apply the suggestions made by rustc
Description:

Automatically apply the suggestions made by rustc.

rust-rustfix 0.5.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/rust-lang/cargo
Licenses: Expat ASL 2.0
Synopsis: Automatically apply the suggestions made by rustc
Description:

Automatically apply the suggestions made by rustc.

Total results: 7477