_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-aesni 0.6.0
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: AES (Rijndael) block ciphers implementation using AES-NI
Description:

This package provides an implementation of AES (Rijndael) block ciphers using AES-NI.

This package is deprecated and was replaced by the aes crate.

rust-aesni 0.7.0
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: AES (Rijndael) block ciphers implementation using AES-NI
Description:

This package provides an implementation of AES (Rijndael) block ciphers using AES-NI.

This package is deprecated and was replaced by the aes crate.

rust-aesni 0.10.0
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: AES (Rijndael) block ciphers implementation using AES-NI
Description:

This package provides an implementation of AES (Rijndael) block ciphers using AES-NI.

This package is deprecated and was replaced by the aes crate.

rust-ghost 0.1.6
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dtolnay/ghost
Licenses: Expat ASL 2.0
Synopsis: Define your own PhantomData
Description:

This package makes it possible to define your own PhantomData and similarly behaved unit types with generic parameters, which is not permitted in ordinary Rust.

rust-ghash 0.4.4
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/universal-hashes
Licenses: Expat ASL 2.0
Synopsis: Universal hash over GF(2^128)
Description:

This package provides a universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC), as in the AES-GCM authenticated encryption cipher.

rust-orion 0.17.6
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/orion-rs/orion
Licenses: Expat
Synopsis: Pure-Rust crypto
Description:

Orion is a cryptography library written in pure Rust. It aims to provide easy and usable crypto while trying to minimize the use of unsafe code.

rust-ghash 0.5.0
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/universal-hashes
Licenses: Expat ASL 2.0
Synopsis: Universal hash over GF(2^128)
Description:

This package provides a universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC), as in the AES-GCM authenticated encryption cipher.

rust-ghash 0.3.1
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/universal-hashes
Licenses: Expat ASL 2.0
Synopsis: Universal hash over GF(2^128)
Description:

This package provides a universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC), as in the AES-GCM authenticated encryption cipher.

rust-ghash 0.2.3
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/universal-hashes
Licenses: Expat ASL 2.0
Synopsis: Universal hash over GF(2^128)
Description:

This package provides a universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC), as in the AES-GCM authenticated encryption cipher.

rust-ascii 0.8.7
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/tomprogrammer/rust-ascii
Licenses: ASL 2.0 Expat
Synopsis: ASCII-only equivalents to `char`, `str` and `String`
Description:

A rust library that provides ASCII-only string and character types, equivalent to the char, str and String types in the standard library.

rust-ascii 0.9.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/tomprogrammer/rust-ascii
Licenses: ASL 2.0 Expat
Synopsis: ASCII-only equivalents to `char`, `str` and `String`
Description:

A rust library that provides ASCII-only string and character types, equivalent to the char, str and String types in the standard library.

rust-simba 0.5.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dimforge/simba
Licenses: ASL 2.0
Synopsis: SIMD algebra for Rust
Description:

This package provides a set of mathematical traits to facilitate the use of SIMD-based Array of Struct of Array (AoSoA) storage pattern in Rust.

rust-simba 0.7.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dimforge/simba
Licenses: ASL 2.0
Synopsis: SIMD algebra for Rust
Description:

This package provides a set of mathematical traits to facilitate the use of SIMD-based Array of Struct of Array (AoSoA) storage pattern in Rust.

rust-simba 0.1.5
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dimforge/simba
Licenses: Modified BSD
Synopsis: SIMD algebra for Rust
Description:

This package provides a set of mathematical traits to facilitate the use of SIMD-based Array of Struct of Array (AoSoA) storage pattern in Rust.

rust-simba 0.8.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dimforge/simba
Licenses: ASL 2.0
Synopsis: SIMD algebra for Rust
Description:

This package provides a set of mathematical traits to facilitate the use of SIMD-based Array of Struct of Array (AoSoA) storage pattern in Rust.

rust-ascii 1.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/tomprogrammer/rust-ascii
Licenses: ASL 2.0 Expat
Synopsis: ASCII-only equivalents to `char`, `str` and `String`
Description:

A rust library that provides ASCII-only string and character types, equivalent to the char, str and String types in the standard library.

rust-simba 0.4.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dimforge/simba
Licenses: ASL 2.0
Synopsis: SIMD algebra for Rust
Description:

This package provides a set of mathematical traits to facilitate the use of SIMD-based Array of Struct of Array (AoSoA) storage pattern in Rust.

rust-vcpkg 0.2.15
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/mcgoo/vcpkg-rs
Licenses: ASL 2.0 Expat
Synopsis: Find native dependencies in a vcpkg tree at build time
Description:

This package provides a library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts.

rust-simba 0.6.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dimforge/simba
Licenses: ASL 2.0
Synopsis: SIMD algebra for Rust
Description:

This package provides a set of mathematical traits to facilitate the use of SIMD-based Array of Struct of Array (AoSoA) storage pattern in Rust.

rust-funty 1.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://ferrilab.github.io/ferrilab
Licenses: Expat
Synopsis: Trait generalization over the primitive types
Description:

The funty crate (fundamental types) provides traits that unify the Rust non-pointer primitives. It also unifies pointers and references by lifting access permissions into the trait system.

rust-funty 2.0.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://ferrilab.github.io/ferrilab
Licenses: Expat
Synopsis: Trait generalization over the primitive types
Description:

The funty crate (fundamental types) provides traits that unify the Rust non-pointer primitives. It also unifies pointers and references by lifting access permissions into the trait system.

rust-funty 1.2.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://ferrilab.github.io/ferrilab
Licenses: Expat
Synopsis: Trait generalization over the primitive types
Description:

The funty crate (fundamental types) provides traits that unify the Rust non-pointer primitives. It also unifies pointers and references by lifting access permissions into the trait system.

rust-glium 0.25.1
Dependencies: expat@2.5.0 fontconfig-minimal@2.14.0 freetype@2.13.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/glium/glium
Licenses: ASL 2.0
Synopsis: OpenGL wrapper
Description:

Glium is an intermediate layer between OpenGL and your application. You still need to manually handle the graphics pipeline, but without having to use OpenGL's old and error-prone API.

rust-glium 0.31.0
Dependencies: expat@2.5.0 fontconfig-minimal@2.14.0 freetype@2.13.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/glium/glium
Licenses: ASL 2.0
Synopsis: OpenGL wrapper
Description:

Glium is an intermediate layer between OpenGL and your application. You still need to manually handle the graphics pipeline, but without having to use OpenGL's old and error-prone API.

Total results: 7494