_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-nalgebra 0.30.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://nalgebra.org
Licenses: Modified BSD
Synopsis: Linear algebra library
Description:

This package provides a general-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.

rust-valuable 0.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/tokio-rs/valuable
Licenses: Expat
Synopsis: Object-safe value inspection
Description:

This package implements object-safe value inspection, used to pass un-typed structured data across trait-object boundaries.

rust-nalgebra 0.27.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://nalgebra.org
Licenses: Modified BSD
Synopsis: Linear algebra library
Description:

This package provides a general-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.

rust-nalgebra 0.32.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://nalgebra.org
Licenses: Modified BSD
Synopsis: Linear algebra library
Description:

This package provides a general-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.

rust-nalgebra 0.29.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://nalgebra.org
Licenses: Modified BSD
Synopsis: Linear algebra library
Description:

This package provides a general-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.

rust-bytesize 1.3.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/hyunsik/bytesize/
Licenses: ASL 2.0
Synopsis: Human-readable byte count representation library for Rust
Description:

ByteSize is an utility for human-readable byte count representation, with support for both SI and binary units.

rust-typesize 0.1.9
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/GnomedDev/typesize
Licenses: Expat
Synopsis: Library to fetch an accurate estimate of the total memory usage of a value
Description:

This package provides a library to fetch an accurate estimate of the total memory usage of a value.

rust-proptest 1.5.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://altsysrq.github.io/proptest-book/proptest/index.html
Licenses: Expat ASL 2.0
Synopsis: Hypothesis-like property-based testing and shrinking
Description:

The proptest crate provides most of Proptest’s functionality, including most strategies and the testing framework itself.

rust-nalgebra 0.26.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://nalgebra.org
Licenses: Modified BSD
Synopsis: Linear algebra library
Description:

This package provides a general-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.

rust-rawslice 0.1.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/bluss/rawslice/
Licenses: ASL 2.0 Expat
Synopsis: Reimplementation of the slice iterators, with extra features
Description:

Reimplementation of the slice iterators, with extra features. For example creation from raw pointers and start, end pointer accessors.

rust-no-color 0.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/sitkevij/no_color
Licenses: Expat
Synopsis: Library to detect NO_COLOR environment variable
Description:

no_color is a rust library for detecting if the NO_COLOR environment variable is set.

rust-speedate 0.13.0
Channel: ffab
Location: ffab/packages/crates-io.scm (ffab packages crates-io)
Home page: https://github.com/pydantic/speedate/
Licenses: Expat
Synopsis: Lax RFC 3339 date and time parser
Description:

Fast and simple datetime, date, time and duration parsing with relaxations of from RFC 3339 are compliant with ISO 8601.

rust-lzma-sys 0.1.20
Channel: guix
Location: gnu/packages/crates-compression.scm (gnu packages crates-compression)
Home page: https://github.com/alexcrichton/xz2-rs
Licenses: ASL 2.0 Expat
Synopsis: Bindings to liblzma for lzma and xz stream encoding/decoding
Description:

This package contains the raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding.

rust-listenfd 1.0.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/mitsuhiko/rust-listenfd
Licenses: ASL 2.0
Synopsis: Library to work with listenfds passed from the outside
Description:

This package provides a simple library to work with listenfds passed from the outside, such as systemd/catflap socket activation.

rust-test-log 0.2.16
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/d-e-s-o/test-log
Licenses: ASL 2.0 Expat
Synopsis: Replacement of the #[test] attribute that initializes logging
Description:

This package provides a replacement of the #[test] attribute that initializes logging and/or tracing infrastructure before running tests.

rust-no-panic 0.1.33
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dtolnay/no-panic
Licenses: Expat ASL 2.0
Synopsis: Prove a function can't ever panic
Description:

This package provides a rust attribute macro to require that the compiler prove a function can't ever panic.

rust-gix-diff 0.36.0
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/Byron/gitoxide
Licenses: Expat ASL 2.0
Synopsis: Calculate differences between various Git objects
Description:

Calculate differences between various Git objects. This package is a part of Gitoxide, a pure Rust implementation of Git.

rust-gix-diff 0.46.0
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/Byron/gitoxide
Licenses: Expat ASL 2.0
Synopsis: Calculate differences between various Git objects
Description:

Calculate differences between various Git objects. This package is a part of Gitoxide, a pure Rust implementation of Git.

rust-gix-diff 0.39.1
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/Byron/gitoxide
Licenses: Expat ASL 2.0
Synopsis: Calculate differences between various Git objects
Description:

Calculate differences between various Git objects. This package is a part of Gitoxide, a pure Rust implementation of Git.

rust-gix-diff 0.37.0
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/Byron/gitoxide
Licenses: Expat ASL 2.0
Synopsis: Calculate differences between various Git objects
Description:

Calculate differences between various Git objects. This package is a part of Gitoxide, a pure Rust implementation of Git.

rust-gix-diff 0.38.0
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/Byron/gitoxide
Licenses: Expat ASL 2.0
Synopsis: Calculate differences between various Git objects
Description:

Calculate differences between various Git objects. This package is a part of Gitoxide, a pure Rust implementation of Git.

rust-gix-diff 0.44.1
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/Byron/gitoxide
Licenses: Expat ASL 2.0
Synopsis: Calculate differences between various Git objects
Description:

Calculate differences between various Git objects. This package is a part of Gitoxide, a pure Rust implementation of Git.

rust-poly1305 0.8.0
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/universal-hashes
Licenses: ASL 2.0 Expat
Synopsis: Poly1305 universal hash
Description:

Poly1305 is a universal hash function which, when combined with a cipher, can be used as a Message Authentication Code (MAC).

rust-poly1305 0.7.2
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/universal-hashes
Licenses: ASL 2.0 Expat
Synopsis: Poly1305 universal hash
Description:

Poly1305 is a universal hash function which, when combined with a cipher, can be used as a Message Authentication Code (MAC).

Total results: 6649