_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-glium 0.32.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-cmake 0.1.50
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/alexcrichton/cmake-rs
Licenses: ASL 2.0 Expat
Synopsis: Rust build dependency for running cmake
Description:

This package provides a build dependency for running cmake to build a native library. The CMake executable is assumed to be cmake unless the CMAKE environmental variable is set.

rust-litrs 0.4.0
Channel: nebula
Location: nebula/packages/crates-io.scm (nebula packages crates-io)
Home page: https://github.com/LukasKalbertodt/litrs/
Licenses: Expat ASL 2.0
Synopsis: Parse and inspect Rust literals (i.e. tokens in the Rust programming language representing fixed values). Particularly useful for proc macros, but can also be used outside of a proc-macro context.
Description:

Parse and inspect Rust literals (i.e. tokens in the Rust programming language representing fixed values). Particularly useful for proc macros, but can also be used outside of a proc-macro context.

rust-pkcs8 0.10.2
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/formats/tree/master/pkcs8
Licenses: ASL 2.0 Expat
Synopsis: Implementation of Public-Key Cryptography Standards (PKCS) #8
Description:

This package is a pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8: Private-Key Information Syntax Specification (RFC 5208), with additional support for PKCS#8v2 asymmetric key packages (RFC 5958).

rust-pkcs8 0.7.6
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/formats/tree/master/pkcs8
Licenses: ASL 2.0 Expat
Synopsis: Implementation of Public-Key Cryptography Standards (PKCS) #8
Description:

This package is a pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8: Private-Key Information Syntax Specification (RFC 5208), with additional support for PKCS#8v2 asymmetric key packages (RFC 5958).

rust-pkcs8 0.9.0
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/formats/tree/master/pkcs8
Licenses: ASL 2.0 Expat
Synopsis: Implementation of Public-Key Cryptography Standards (PKCS) #8
Description:

This package is a pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8: Private-Key Information Syntax Specification (RFC 5208), with additional support for PKCS#8v2 asymmetric key packages (RFC 5958).

rust-pkcs8 0.8.0
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/formats/tree/master/pkcs8
Licenses: ASL 2.0 Expat
Synopsis: Implementation of Public-Key Cryptography Standards (PKCS) #8
Description:

This package is a pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8: Private-Key Information Syntax Specification (RFC 5208), with additional support for PKCS#8v2 asymmetric key packages (RFC 5958).

rust-litrs 0.4.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/LukasKalbertodt/litrs/
Licenses: Expat ASL 2.0
Synopsis: Parse and inspect Rust literals
Description:

Parse and inspect Rust literals (i.e. tokens in the Rust programming language representing fixed values). Particularly useful for proc macros, but can also be used outside of a proc-macro context.

rust-litrs 0.2.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/LukasKalbertodt/litrs/
Licenses: Expat ASL 2.0
Synopsis: Parse and inspect Rust literals
Description:

Parse and inspect Rust literals (i.e. tokens in the Rust programming language representing fixed values). Particularly useful for proc macros, but can also be used outside of a proc-macro context.

rust-im-rc 15.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://docs.rs/crate/im
Licenses: MPL 2.0
Synopsis: Fast immutable collection datatypes for Rust
Description:

im-rc provides immutable collection datatypes for Rust that are very fast but not thread-safe. A thread-safe (and slower) variant of this library is available separately as im.

rust-borsh 0.10.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://borsh.io
Licenses: Expat ASL 2.0
Synopsis: Borsch is the binary object representation serializer for hashing
Description:

This crate implements borsh, the binary object representation serializer for hasing. It is meant to be used in security-critical projects as it prioritizes consistency, safety, speed, and comes with a strict specification.

rust-borsh 1.3.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://borsh.io
Licenses: Expat ASL 2.0
Synopsis: Borsch is the binary object representation serializer for hashing
Description:

This crate implements borsh, the binary object representation serializer for hasing. It is meant to be used in security-critical projects as it prioritizes consistency, safety, speed, and comes with a strict specification.

rust-ecdsa 0.16.9
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/signatures/tree/master/ecdsa
Licenses: ASL 2.0 Expat
Synopsis: Pure Rust implementation of the ECDSA algorithm
Description:

This package provides a pure Rust implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic signatures as well as support for added entropy.

rust-ecdsa 0.14.8
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/signatures/tree/master/ecdsa
Licenses: ASL 2.0 Expat
Synopsis: Pure Rust implementation of the ECDSA algorithm
Description:

This package provides a pure Rust implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic signatures as well as support for added entropy.

rust-cesu8 1.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/emk/cesu8-rs
Licenses: ASL 2.0 Expat
Synopsis: Convert to and from CESU-8 encoding
Description:

This library implements the CESU-8 compatibility encoding scheme. This is a non-standard variant of UTF-8 that is used internally by some systems that need to represent UTF-16 data as 8-bit characters.

rust-indoc 0.3.6
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dtolnay/indoc
Licenses: Expat ASL 2.0
Synopsis: Indented document literals for Rust
Description:

This crate provides a procedural macro for indented string literals. The indoc!() macro takes a multiline string literal and un-indents it at compile time so the leftmost non-space character is in the first column.

rust-indoc 2.0.5
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dtolnay/indoc
Licenses: Expat ASL 2.0
Synopsis: Indented document literals for Rust
Description:

This crate provides a procedural macro for indented string literals. The indoc!() macro takes a multiline string literal and un-indents it at compile time so the leftmost non-space character is in the first column.

rust-indoc 1.0.7
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dtolnay/indoc
Licenses: Expat ASL 2.0
Synopsis: Indented document literals for Rust
Description:

This crate provides a procedural macro for indented string literals. The indoc!() macro takes a multiline string literal and un-indents it at compile time so the leftmost non-space character is in the first column.

rust-ropey 1.6.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/cessen/ropey
Licenses: Expat
Synopsis: Fast and robust text rope for Rust
Description:

Ropey is a UTF-8 text rope for Rust, designed to be the backing text-buffer for applications such as text editors. Ropey is fast, robust, and can handle huge texts and memory-incoherent edits with ease.

rust-isahc 0.9.14
Dependencies: curl@8.6.0 openssl@3.0.8 zlib@1.3
Channel: guix
Location: gnu/packages/crates-web.scm (gnu packages crates-web)
Home page: https://github.com/sagebind/isahc
Licenses: Expat
Synopsis: Practical and fun HTTP client
Description:

Isahc is an acronym that stands for Incredible Streaming Asynchronous HTTP Client. It is an asynchronous HTTP client for the Rust language. It uses libcurl as an HTTP engine inside, and provides an easy-to-use API on top that integrates with Rust idioms.

rust-isahc 1.7.2
Dependencies: curl@8.6.0 openssl@3.0.8 zlib@1.3
Channel: guix
Location: gnu/packages/crates-web.scm (gnu packages crates-web)
Home page: https://github.com/sagebind/isahc
Licenses: Expat
Synopsis: Practical and fun HTTP client
Description:

Isahc is an acronym that stands for Incredible Streaming Asynchronous HTTP Client. It is an asynchronous HTTP client for the Rust language. It uses libcurl as an HTTP engine inside, and provides an easy-to-use API on top that integrates with Rust idioms.

rust-mcfly 0.9.2
Channel: glue
Location: glue/packages/mcfly.scm (glue packages mcfly)
Home page: https://github.com/cantino/mcfly
Licenses: Expat
Synopsis: McFly replaces your default ctrl-r shell history search with an intelligent search engine that takes into account your working directory and the context of recently executed commands. McFly's suggestions are prioritized in real time with a small neural network
Description:

This package provides McFly replaces your default ctrl-r shell history search with an intelligent search engine that takes into account your working directory and the context of recently executed commands. McFly's suggestions are prioritized in real time with a small neural network.

rust-eui48 1.1.0
Channel: yewscion
Location: cdr255/programming.scm (cdr255 programming)
Home page: https://github.com/abaumhauer/eui48
Licenses: Expat ASL 2.0
Synopsis: A library to generate and parse IEEE EUI-48 and EUI-64, also known as MAC-48 media access control addresses. The IEEE claims trademarks on the names EUI-48 and EUI-64, in which EUI is an abbreviation for Extended Unique Identifier.
Description:

This package provides a library to generate and parse IEEE EUI-48 and EUI-64, also known as MAC-48 media access control addresses. The IEEE claims trademarks on the names EUI-48 and EUI-64, in which EUI is an abbreviation for Extended Unique Identifier.

rust-eui48 1.1.0
Channel: nebula
Location: nebula/packages/crates-io.scm (nebula packages crates-io)
Home page: https://github.com/abaumhauer/eui48
Licenses: Expat ASL 2.0
Synopsis: A library to generate and parse IEEE EUI-48 and EUI-64, also known as MAC-48 media access control addresses. The IEEE claims trademarks on the names EUI-48 and EUI-64, in which EUI is an abbreviation for Extended Unique Identifier.
Description:

This package provides a library to generate and parse IEEE EUI-48 and EUI-64, also known as MAC-48 media access control addresses. The IEEE claims trademarks on the names EUI-48 and EUI-64, in which EUI is an abbreviation for Extended Unique Identifier.

Total results: 7494