_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-heck 0.3.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/withoutboats/heck
Licenses: Expat ASL 2.0
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.13.2
Dependencies: python-minimal@3.11.11
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.14.5
Dependencies: python@3.11.11
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-sqlx 0.7.4
Channel: lauras-channel
Location: laura/packages/rust-common.scm (laura packages rust-common)
Home page: https://github.com/launchbadge/sqlx
Licenses: Expat ASL 2.0
Synopsis: 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite
Description:

This package provides ð §° The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.

rust-sqlx 0.7.4
Channel: lguix-channel
Location: atuin.scm (atuin)
Home page: https://github.com/launchbadge/sqlx
Licenses: Expat ASL 2.0
Synopsis: 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite
Description:

This package provides ð §° The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.

rust-odds 0.3.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/bluss/odds
Licenses: Expat ASL 2.0
Synopsis: Extra functionality for slices, strings and other things
Description:

Odds and ends collection miscellania. Extra functionality for slices (.find(), RevSlice), strings and other things. Things in odds may move to more appropriate crates if we find them.

rust-odds 0.4.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/bluss/odds
Licenses: Expat ASL 2.0
Synopsis: Extra functionality for slices, strings and other things
Description:

Odds and ends collection miscellania. Extra functionality for slices (.find(), RevSlice), strings and other things. Things in odds may move to more appropriate crates if we find them.

rust-odds 0.2.26
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/bluss/odds
Licenses: Expat ASL 2.0
Synopsis: Extra functionality for slices, strings and other things
Description:

Odds and ends collection miscellania. Extra functionality for slices (.find(), RevSlice), strings and other things. Things in odds may move to more appropriate crates if we find them.

rust-sha3 0.8.2
Channel: yewscion
Location: cdr255/programming.scm (cdr255 programming)
Home page: https://github.com/RustCrypto/hashes
Licenses: Expat ASL 2.0
Synopsis: Pure Rust implementation of SHA-3, a family of Keccak-based hash functions including the SHAKE family of eXtendable-Output Functions (XOFs), as well as the accelerated variant TurboSHAKE
Description:

Pure Rust implementation of SHA-3, a family of Keccak-based hash functions including the SHAKE family of eXtendable-Output Functions (XOFs), as well as the accelerated variant TurboSHAKE

rust-jiff 0.1.13
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/BurntSushi/jiff
Licenses: Unlicense Expat
Synopsis: Date-time library that provides high level datetime primitives
Description:

This package provides a date-time library with high-level primitives that are designed to be difficult to misuse and have reasonable performance. It's heavily inspired by the Temporal project.

rust-sec1 0.7.3
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/formats/tree/master/sec1
Licenses: ASL 2.0 Expat
Synopsis: Rust implementation of SEC1: Elliptic Curve Cryptography encoding formats
Description:

This package provides a pure Rust implementation of SEC1: Elliptic Curve Cryptography encoding formats including ASN.1 DER-serialized private keys as well as the Elliptic-Curve-Point-to-Octet-String encoding.

rust-simd 0.2.4
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/hsivonen/simd
Licenses: Expat ASL 2.0
Synopsis: Limited cross-platform access to SIMD instructions on CPUs
Description:

simd offers limited cross-platform access to SIMD instructions on CPUs, as well as raw interfaces to platform-specific instructions. (To be obsoleted by the std::simd implementation RFC 2366.)

rust-toml 0.6.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/toml-rs/toml
Licenses: Expat ASL 2.0
Synopsis: Rust encoder and decoder of TOML-formatted files and streams
Description:

This package provides a native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures.

rust-toml 0.7.8
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/toml-rs/toml
Licenses: Expat ASL 2.0
Synopsis: Rust encoder and decoder of TOML-formatted files and streams
Description:

This package provides a native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures.

rust-home 0.5.11
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/rust-lang/cargo
Licenses: Expat ASL 2.0
Synopsis: Shared definitions of home directories
Description:

This package provides the definition of home_dir used by cargo and rustup, as well as functions to find the correct value of CARGO_HOME and RUSTUP_HOME.

rust-toml 0.4.10
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/toml-rs/toml
Licenses: Expat ASL 2.0
Synopsis: Rust encoder and decoder of TOML-formatted files and streams
Description:

This package provides a native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures.

rust-toml 0.8.19
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/toml-rs/toml
Licenses: Expat ASL 2.0
Synopsis: Rust encoder and decoder of TOML-formatted files and streams
Description:

This package provides a native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures.

rust-toml 0.5.11
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/toml-rs/toml
Licenses: Expat ASL 2.0
Synopsis: Rust encoder and decoder of TOML-formatted files and streams
Description:

This package provides a native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures.

rust-ihex 3.0.0
Channel: hui
Location: hui/packages/embedded.scm (hui packages embedded)
Home page: http://github.com/martinmroz/ihex
Licenses: Expat ASL 2.0
Synopsis: A Rust library for parsing and generating Intel HEX (or IHEX) objects. This format is commonly used for representing compiled program code and data to be loaded into a microcontroller, flash memory or ROM.
Description:

This package provides a Rust library for parsing and generating Intel HEX (or IHEX) objects. This format is commonly used for representing compiled program code and data to be loaded into a microcontroller, flash memory or ROM.

rust-p384 0.13.0
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/elliptic-curves/tree/master/p384
Licenses: ASL 2.0 Expat
Synopsis: Pure Rust implementation of the NIST P-384 elliptic curve
Description:

This package provides a pure Rust implementation of the NIST P-384 (a.k.a. secp384r1) elliptic curve as defined in SP 800-186 with support for ECDH, ECDSA signing/verification, and general purpose curve arithmetic support.

rust-p256 0.13.2
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/elliptic-curves/tree/master/p256
Licenses: ASL 2.0 Expat
Synopsis: Pure Rust implementation of the NIST P-256
Description:

This package provides a pure Rust implementation of the NIST P-256 (a.k.a. secp256r1, prime256v1) elliptic curve as defined in SP 800-186, with support for ECDH, ECDSA signing/verification, and general purpose curve arithmetic.

rust-loom 0.5.6
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/tokio-rs/loom
Licenses: Expat
Synopsis: Permutation testing for concurrent code
Description:

Loom is a testing tool for concurrent Rust code. It runs a test many times, permuting the possible concurrent executions of that test under the C11 memory model. It uses state reduction techniques to avoid combinatorial explosion.

rust-loom 0.2.15
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/tokio-rs/loom
Licenses: Expat
Synopsis: Permutation testing for concurrent code
Description:

Loom is a testing tool for concurrent Rust code. It runs a test many times, permuting the possible concurrent executions of that test under the C11 memory model. It uses state reduction techniques to avoid combinatorial explosion.

rust-loom 0.3.6
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/tokio-rs/loom
Licenses: Expat
Synopsis: Permutation testing for concurrent code
Description:

Loom is a testing tool for concurrent Rust code. It runs a test many times, permuting the possible concurrent executions of that test under the C11 memory model. It uses state reduction techniques to avoid combinatorial explosion.

Total results: 7477