_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-rle-decode-fast 1.0.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/WanzenBug/rle-decode-helper
Licenses: Expat ASL 2.0
Synopsis: Implement decoding for Run Length Encoded data in Rust
Description:

This crate provides a fast way to implement any kind of decoding for Run Length Encoded data in Rust.

Writing a fast decoder that is also safe can be quite challenging, so this crate is here to save you the hassle of maintaining and testing your own implementation.

rust-buffered-reader 0.9.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://sequoia-pgp.org/
Licenses: GPL 3
Synopsis: Super-powered Reader
Description:

Like the BufRead trait, the BufferedReader trait has an internal buffer that is directly exposed to the user. This design enables two performance optimizations. First, the use of an internal buffer amortizes system calls. Second, exposing the internal buffer allows the user to work with data in place, which avoids another copy.

rust-buffered-reader 1.3.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://sequoia-pgp.org/
Licenses: GPL 3
Synopsis: Super-powered Reader
Description:

Like the BufRead trait, the BufferedReader trait has an internal buffer that is directly exposed to the user. This design enables two performance optimizations. First, the use of an internal buffer amortizes system calls. Second, exposing the internal buffer allows the user to work with data in place, which avoids another copy.

rust-sequoia-rfc2822 0.9.0
Channel: guix
Location: gnu/packages/sequoia.scm (gnu packages sequoia)
Home page: https://sequoia-pgp.org/
Licenses: GPL 3
Synopsis: RFC 2822 name-addr parser
Description:

Currently, this crate only recognizes the RFC 2822 name-addr and addr-spec productions, i.e., things of the form: Name (Comment) <email@example.org> and email@example.org

Although the above appear simple to parse, RFC 2822's whitespace and comment rules are rather complex. This crate implements the whole grammar.

rust-strength-reduce 0.2.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: http://github.com/ejmahler/strength_reduce
Licenses: Expat ASL 2.0
Synopsis: Faster integer division and modulus operations
Description:

Strength_reduce implements integer division and modulo via arithmetic strength reduction. Modern processors can do multiplication and shifts much faster than division, and arithmetic strength reduction is an algorithm to transform divisions into multiplications and shifts. Compilers already perform this optimization for divisors that are known at compile time; this library enables this optimization for divisors that are only known at runtime.

rust-alloc-no-stdlib 2.0.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dropbox/rust-alloc-no-stdlib
Licenses: Modified BSD
Synopsis: Dynamic allocator that may be used with or without the stdlib
Description:

This package provides a dynamic allocator that may be used with or without the stdlib. This allows a package with nostd to allocate memory dynamically and be used either with a custom allocator, items on the stack, or by a package that wishes to simply use Box<>. It also provides options to use calloc or a mutable global variable for pre-zeroed memory.

rust-sequoia-openpgp 0.9.0
Dependencies: gmp@6.3.0 nettle@3.9.1
Channel: guix
Location: gnu/packages/sequoia.scm (gnu packages sequoia)
Home page: https://sequoia-pgp.org/
Licenses: LGPL 2.0+
Synopsis: OpenPGP data types and associated machinery
Description:

This crate aims to provide a complete implementation of OpenPGP as defined by RFC 4880 as well as some extensions (e.g., RFC 6637, which describes ECC cryptography) for OpenPGP. This includes support for unbuffered message processing.

A few features that the OpenPGP community considers to be deprecated (e.g., version 3 compatibility) have been left out. The developers have also updated some OpenPGP defaults to avoid foot guns (e.g., they selected modern algorithm defaults).

This Guix package is built to use the nettle cryptographic library.

rust-sequoia-openpgp 1.21.2
Dependencies: gmp@6.3.0 nettle@3.9.1
Channel: guix
Location: gnu/packages/sequoia.scm (gnu packages sequoia)
Home page: https://sequoia-pgp.org/
Licenses: LGPL 2.0+
Synopsis: OpenPGP data types and associated machinery
Description:

This crate aims to provide a complete implementation of OpenPGP as defined by RFC 4880 as well as some extensions (e.g., RFC 6637, which describes ECC cryptography) for OpenPGP. This includes support for unbuffered message processing.

A few features that the OpenPGP community considers to be deprecated (e.g., version 3 compatibility) have been left out. The developers have also updated some OpenPGP defaults to avoid foot guns (e.g., they selected modern algorithm defaults).

This Guix package is built to use the nettle cryptographic library.

rust-rusticata-macros 4.0.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/rusticata/rusticata-macros
Licenses: Expat ASL 2.0
Synopsis: Helper macros for Rusticata
Description:

Helper macros for Rusticata.

rust-rustup-toolchain 0.1.6
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Enselic/cargo-public-api/tree/main/rustup-toolchain
Licenses: Expat
Synopsis: Utilities for rustup toolchain
Description:

Utilities for working with rustup toolchains.

rust-rustc-rayon-core 0.5.0
Channel: hui
Location: hui/packages/embedded.scm (hui packages embedded)
Home page: https://github.com/rust-lang/rustc-rayon
Licenses: Expat ASL 2.0
Synopsis: Core APIs for Rayon - fork for rustc
Description:

Core APIs for Rayon - fork for rustc

rust-rustyline-derive 0.9.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/kkawakam/rustyline
Licenses: Expat
Synopsis: Rustyline macros implementation in Rust
Description:

This package provides Rustyline macros implementation in Rust.

rust-rustyline-derive 0.7.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/kkawakam/rustyline
Licenses: Expat
Synopsis: Rustyline macros implementation in Rust
Description:

This package provides Rustyline macros implementation in Rust.

rust-rustyline-derive 0.10.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/kkawakam/rustyline
Licenses: Expat
Synopsis: Rustyline macros implementation in Rust
Description:

This package provides Rustyline macros implementation in Rust.

rust-rustyline-derive 0.3.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/kkawakam/rustyline
Licenses: Expat
Synopsis: Rustyline macros implementation in Rust
Description:

This package provides Rustyline macros implementation in Rust.

rust-rust-embed-utils 5.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/pyrossh/rust-embed
Licenses: Expat
Synopsis: Utilities for @code{rust-embed}
Description:

This package provides utilities for rust-embed.

rust-rustdoc-stripper 0.1.16
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/GuillaumeGomez/rustdoc-stripper
Licenses: ASL 2.0
Synopsis: Nanipulate rustdoc comments
Description:

This package provides a tool to manipulate rustdoc comments.

rust-rust-embed-utils 8.5.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/pyrossh/rust-embed
Licenses: Expat
Synopsis: Utilities for @code{rust-embed}
Description:

This package provides utilities for rust-embed.

rust-rustls-pki-types 1.10.0
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/pki-types
Licenses: Expat ASL 2.0
Synopsis: Shared types for the rustls PKI ecosystem
Description:

This crate provides shared types for the rustls PKI ecosystem.

rust-ordered-multimap 0.6.0
Channel: nebula
Location: nebula/packages/crates-io.scm (nebula packages crates-io)
Home page: https://github.com/sgodwincs/ordered-multimap-rs
Licenses: Expat
Synopsis: Insertion ordered multimap
Description:

Insertion ordered multimap

rust-windows-metadata 0.51.1
Channel: nebula
Location: nebula/packages/crates-io.scm (nebula packages crates-io)
Home page: https://github.com/microsoft/windows-rs
Licenses: Expat ASL 2.0
Synopsis: Windows metadata reader
Description:

Windows metadata reader

rust-windows-metadata 0.39.0
Channel: nebula
Location: nebula/packages/crates-io.scm (nebula packages crates-io)
Home page: https://github.com/microsoft/windows-rs
Licenses: Expat ASL 2.0
Synopsis: Windows metadata reader
Description:

Windows metadata reader

rust-bytecheck-derive 0.6.7
Channel: guixrus
Location: guixrus/packages/common/rust.scm (guixrus packages common rust)
Home page: https://github.com/djkoloski/bytecheck
Licenses: Expat
Synopsis: Derive macro for bytecheck
Description:

Derive macro for bytecheck

rust-bytecheck-derive 0.6.11
Channel: hui
Location: hui/packages/embedded.scm (hui packages embedded)
Home page: https://github.com/djkoloski/bytecheck
Licenses: Expat
Synopsis: Derive macro for bytecheck
Description:

Derive macro for bytecheck

Total results: 7494