_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-atomic 0.5.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Amanieu/atomic-rs
Licenses: ASL 2.0 Expat
Synopsis: Generic @code{Atomic<T>} wrapper type
Description:

This package provides a generic Atomic<T> type for all T: Copy types, unlike the standard library which only provides a few fixed atomic types.

rust-nickel 0.11.0
Channel: guix
Location: gnu/packages/crates-web.scm (gnu packages crates-web)
Home page: https://nickel-org.github.io/
Licenses: Expat
Synopsis: Web application framework for Rust
Description:

nickel.rs is a simple and lightweight foundation for web applications written in Rust. Its API is inspired by the popular express framework for JavaScript.

rust-js-sys 0.3.68
Channel: guix
Location: gnu/packages/crates-io.scm (gnu 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-cipher 0.4.4
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://docs.rs/cipher/
Licenses: Expat ASL 2.0
Synopsis: Traits for describing block ciphers and stream ciphers
Description:

This package provides traits which define the functionality of block ciphers and stream ciphers. See RustCrypto/block-ciphers and RustCrypto/stream-ciphers for algorithm implementations which use these traits.

rust-cipher 0.2.5
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://docs.rs/cipher/
Licenses: Expat ASL 2.0
Synopsis: Traits for describing block ciphers and stream ciphers
Description:

This package provides traits which define the functionality of block ciphers and stream ciphers. See RustCrypto/block-ciphers and RustCrypto/stream-ciphers for algorithm implementations which use these traits.

rust-cipher 0.3.0
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://docs.rs/cipher/
Licenses: Expat ASL 2.0
Synopsis: Traits for describing block ciphers and stream ciphers
Description:

This package provides traits which define the functionality of block ciphers and stream ciphers. See RustCrypto/block-ciphers and RustCrypto/stream-ciphers for algorithm implementations which use these traits.

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-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-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-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-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 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-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-lipsum 0.8.0
Channel: rrr
Location: rrr/packages/crates-io.scm (rrr packages crates-io)
Home page: https://github.com/mgeisler/lipsum/
Licenses: Expat
Synopsis: Lipsum is a lorem ipsum text generation library
Description:

Lipsum is a lorem ipsum text generation library. Use this if you need some filler text for your application.

The text is generated using a simple Markov chain, which you can also instantiate to generate your own pieces of pseudo-random text.

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-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 7.0.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
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 3.5.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
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.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.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.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.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.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.

Total results: 7494