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

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.6.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.

rust-rustfix 0.4.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.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-rustfft 6.2.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/ejmahler/RustFFT
Licenses: Expat ASL 2.0
Synopsis: Rust FFT library
Description:

This package provides a high-performance FFT (Fast Fourier Transform) library written in pure Rust.

rust-qstring 0.7.2
Channel: hitwright
Location: packages/rust-qstring.scm (packages rust-qstring)
Home page: https://github.com/algesten/qstring
Licenses: Expat
Synopsis: Query string parser
Description:

Query string parser

rust-twofish 0.7.1
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/block-ciphers
Licenses: Expat ASL 2.0
Synopsis: Twofish block cipher
Description:

Twofish block cipher

rust-slotmap 1.0.7
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/orlp/slotmap
Licenses: Zlib
Synopsis: Slotmap data structure
Description:

Slotmap data structure

rust-minimad 0.9.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Canop/minimad
Licenses: Expat
Synopsis: Light markdown parser
Description:

Light markdown parser.

rust-minimad 0.13.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Canop/minimad
Licenses: Expat
Synopsis: Light markdown parser
Description:

Light markdown parser.

rust-walkdir 2.3.1
Channel: tassos-guix
Location: tassos-guix/packages/crates-io.scm (tassos-guix packages crates-io)
Home page: https://github.com/BurntSushi/walkdir
Licenses: Unlicense Expat
Synopsis: Recursively walk a directory.
Description:

Recursively walk a directory.

rust-walkdir 2.5.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/BurntSushi/walkdir
Licenses: Unlicense Expat
Synopsis: Recursively walk a directory
Description:

Recursively walk a directory.

Total results: 7396