_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-aead 0.5.1
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/traits
Licenses: Expat ASL 2.0
Synopsis: Traits for Authenticated Encryption with Associated Data (AEAD) algorithms
Description:

This package provides traits for Authenticated Encryption with Associated Data (AEAD) algorithms, such as AES-GCM as ChaCha20Poly1305, which provide a high-level API.

rust-sha2 0.8.2
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/hashes
Licenses: Expat ASL 2.0
Synopsis: SHA-2 hash functions
Description:

This package provides a pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512.

rust-aead 0.4.3
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/traits
Licenses: Expat ASL 2.0
Synopsis: Traits for Authenticated Encryption with Associated Data (AEAD) algorithms
Description:

This package provides traits for Authenticated Encryption with Associated Data (AEAD) algorithms, such as AES-GCM as ChaCha20Poly1305, which provide a high-level API.

rust-sha2 0.9.9
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/hashes
Licenses: Expat ASL 2.0
Synopsis: SHA-2 hash functions
Description:

This package provides a pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512.

rust-glow 0.12.3
Channel: guix
Location: gnu/packages/crates-graphics.scm (gnu packages crates-graphics)
Home page: https://github.com/grovesNL/glow.git
Licenses: Expat ASL 2.0 Zlib
Synopsis: Bindings to run GL anywhere
Description:

GL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code.

rust-time 0.3.36
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://time-rs.github.io
Licenses: Expat ASL 2.0
Synopsis: Date and time library
Description:

This package provides a date and time library. It is fully interoperable with the standard library, and is mostly compatible with #![no_std].

rust-time 0.2.27
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://time-rs.github.io
Licenses: Expat ASL 2.0
Synopsis: Date and time library
Description:

This package provides a date and time library. It is fully interoperable with the standard library, and is mostly compatible with #![no_std].

rust-surf 2.3.2
Channel: guix
Location: gnu/packages/crates-web.scm (gnu packages crates-web)
Home page: https://github.com/http-rs/surf
Licenses: Expat ASL 2.0
Synopsis: HTTP client framework
Description:

Surf is a friendly HTTP client built for casual Rustaceans and veterans alike. It's completely modular, and built directly for async/await.

rust-alsa 0.8.1
Dependencies: alsa-lib@1.2.11
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/diwic/alsa-rs
Licenses: ASL 2.0 Expat
Synopsis: Thin and safe wrapper around ALSA
Description:

A thin and safe wrapper around ALSA. Provides APIs for many parts of ALSA including audio playback, audio recording, HCtl API, raw MIDI and MIDI sequencer.

rust-alsa 0.6.0
Dependencies: alsa-lib@1.2.11
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/diwic/alsa-rs
Licenses: ASL 2.0 Expat
Synopsis: Thin and safe wrapper around ALSA
Description:

A thin and safe wrapper around ALSA. Provides APIs for many parts of ALSA including audio playback, audio recording, HCtl API, raw MIDI and MIDI sequencer.

rust-alsa 0.7.1
Dependencies: alsa-lib@1.2.11
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/diwic/alsa-rs
Licenses: ASL 2.0 Expat
Synopsis: Thin and safe wrapper around ALSA
Description:

A thin and safe wrapper around ALSA. Provides APIs for many parts of ALSA including audio playback, audio recording, HCtl API, raw MIDI and MIDI sequencer.

rust-glow 0.13.1
Channel: glue
Location: glue/packages/slint.scm (glue packages slint)
Home page: https://github.com/grovesNL/glow.git
Licenses: Expat ASL 2.0 Zlib
Synopsis: GL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code
Description:

This package provides GL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code.

rust-mbox 0.7.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/kennytm/mbox
Licenses: Expat
Synopsis: Malloc-based box
Description:

This package provides malloc-based box. Supports wrapping pointers or null-terminated strings returned from malloc as a Rust type, which will be free'd on drop.

rust-git2 0.15.0
Dependencies: libgit2@1.5.2 libssh2@1.10.0 openssl@3.0.8 zlib@1.3
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/rust-lang/git2-rs
Licenses: Expat ASL 2.0
Synopsis: Rust bindings to libgit2
Description:

This package provides bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories.

rust-git2 0.16.1
Dependencies: libgit2@1.5.2 libssh2@1.10.0 openssl@3.0.8 zlib@1.3
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/rust-lang/git2-rs
Licenses: Expat ASL 2.0
Synopsis: Rust bindings to libgit2
Description:

This package provides bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories.

rust-git2 0.13.25
Dependencies: libgit2@1.3.2 libssh2@1.10.0 openssl@3.0.8 zlib@1.3
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/rust-lang/git2-rs
Licenses: Expat ASL 2.0
Synopsis: Rust bindings to libgit2
Description:

This package provides bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories.

rust-git2 0.17.2
Dependencies: libgit2@1.6.5 libssh2@1.10.0 openssl@3.0.8 zlib@1.3
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/rust-lang/git2-rs
Licenses: Expat ASL 2.0
Synopsis: Rust bindings to libgit2
Description:

This package provides bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories.

rust-git2 0.19.0
Dependencies: libgit2@1.8.4 libssh2@1.10.0 openssl@3.0.8 zlib@1.3
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/rust-lang/git2-rs
Licenses: Expat ASL 2.0
Synopsis: Rust bindings to libgit2
Description:

This package provides bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories.

rust-git2 0.9.2
Dependencies: libgit2@1.3.2 libssh2@1.10.0 openssl@3.0.8 zlib@1.3
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/rust-lang/git2-rs
Licenses: Expat ASL 2.0
Synopsis: Rust bindings to libgit2
Description:

This package provides bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories.

rust-git2 0.18.3
Dependencies: libgit2@1.7.2 libssh2@1.10.0 openssl@3.0.8 zlib@1.3
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/rust-lang/git2-rs
Licenses: Expat ASL 2.0
Synopsis: Rust bindings to libgit2
Description:

This package provides bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories.

rust-heck 0.4.1
Channel: ffab
Location: ffab/packages/crates-io.scm (ffab packages crates-io)
Home page: https://github.com/withoutboats/heck
Licenses: ASL 2.0 Expat
Synopsis: Case conversion library
Description:

This library exists to provide case conversion between common cases like CamelCase and snake_case. It is intended to be unicode aware, internally consistent, and reasonably well performing.

rust-pyo3 0.14.5
Dependencies: python@3.10.7
Channel: gn-bioinformatics
Location: gn/packages/crates-io.scm (gn packages crates-io)
Home page: https://github.com/pyo3/pyo3
Licenses: ASL 2.0
Synopsis: Rust bindings for the Python interpreter
Description:

This package provides Rust bindings for Python, including tools for creating native Python extension modules. Running and interacting with Python code from a Rust binary is also supported.

rust-pyo3 0.16.6
Dependencies: python@3.10.7
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/pyo3/pyo3
Licenses: Expat ASL 2.0
Synopsis: Rust bindings for the Python interpreter
Description:

This package provides Rust bindings for Python, including tools for creating native Python extension modules. Running and interacting with Python code from a Rust binary is also supported.

rust-pyo3 0.20.3
Dependencies: python@3.10.7
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/pyo3/pyo3
Licenses: Expat ASL 2.0
Synopsis: Rust bindings for the Python interpreter
Description:

This package provides Rust bindings for Python, including tools for creating native Python extension modules. Running and interacting with Python code from a Rust binary is also supported.

Total results: 7494