_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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-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-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.4
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 hashing. 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.5.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 hashing. It is meant to be used in security-critical projects as it prioritizes consistency, safety, speed, and comes with a strict specification.

rust-litrs 0.4.1
Channel: lauras-channel
Location: laura/packages/rust-common.scm (laura packages rust-common)
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:

This package provides 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-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-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-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-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 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 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-lpc55 0.2.1
Dependencies: eudev@3.2.14 hidapi@0.14.0
Channel: small-guix
Location: small-guix/packages/solo.scm (small-guix packages solo)
Home page: https://github.com/lpc55/lpc55-host
Licenses: ASL 2.0 Expat
Synopsis: Host-side tooling for LPC55 chips
Description:

This package provides host-side tooling and Rust bindings to interact with LPC55 chips via the ROM bootloader.

On the Guix System, simply installing this package will not have any effect. It is meant to be passed to the udev service.

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: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/abaumhauer/eui48
Licenses: Expat ASL 2.0
Synopsis: Library to generate and parse IEEE EUI-48 and EUI-64
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-pinot 0.1.4
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dfrg/pinot
Licenses: Expat ASL 2.0
Synopsis: High-fidelity OpenType parser in Rust
Description:

This crate aims to parse OpenType fonts with a level of detail that is amenable to modeling, analysis and transformation. The current focus is specifically on OpenType layout and the crate provides comprehensive coverage of that portion of the specification along with strong support for variations and the core header tables.

rust-dunce 1.0.5
Channel: guix
Location: gnu/packages/crates-windows.scm (gnu packages crates-windows)
Home page: https://gitlab.com/kornelski/dunce
Licenses: CC0 Expat No Attribution ASL 2.0
Synopsis: Normalize Windows paths to the most compatible format
Description:

This crate converts Windows UNC paths to the MS-DOS-compatible format whenever possible, but leaves UNC paths as-is when they can't be unambiguously expressed in a simpler way. This allows legacy programs to access all paths they can possibly access, and doesn't break any paths for UNC-aware programs.

rust-stfu8 0.2.4
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/vitiral/stfu8
Licenses: Expat ASL 2.0
Synopsis: Sorta Text Format in UTF-8
Description:

STFU-8 is a hacky text encoding/decoding protocol for files that partially uses UTF-8. Its primary purpose is to allow a human to visualize and edit data that is mostly UTF-8. It will encode all non-UTF8-compliant bytes as longform text (e.g., ESC becomes r) and tries to encode ill-formed UTF-8.

rust-winit 0.19.5
Channel: guix
Location: gnu/packages/crates-graphics.scm (gnu packages crates-graphics)
Home page: https://github.com/rust-windowing/winit
Licenses: ASL 2.0
Synopsis: Window creation library
Description:

Winit is a window creation and management library. It can create windows and lets you handle events (for example: the window being resized, a key being pressed, a mouse movement, etc.) produced by window.

Winit is designed to be a low-level brick in a hierarchy of libraries. Consequently, in order to show something on the window you need to use the platform-specific getters provided by winit, or another library.

rust-winit 0.29.15
Channel: guix
Location: gnu/packages/crates-graphics.scm (gnu packages crates-graphics)
Home page: https://github.com/rust-windowing/winit
Licenses: ASL 2.0
Synopsis: Window creation library
Description:

Winit is a window creation and management library. It can create windows and lets you handle events (for example: the window being resized, a key being pressed, a mouse movement, etc.) produced by window.

Winit is designed to be a low-level brick in a hierarchy of libraries. Consequently, in order to show something on the window you need to use the platform-specific getters provided by winit, or another library.

rust-winit 0.26.1
Channel: guix
Location: gnu/packages/crates-graphics.scm (gnu packages crates-graphics)
Home page: https://github.com/rust-windowing/winit
Licenses: ASL 2.0
Synopsis: Window creation library
Description:

Winit is a window creation and management library. It can create windows and lets you handle events (for example: the window being resized, a key being pressed, a mouse movement, etc.) produced by window.

Winit is designed to be a low-level brick in a hierarchy of libraries. Consequently, in order to show something on the window you need to use the platform-specific getters provided by winit, or another library.

Total results: 7413