_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-iso7816-tlv 0.4.4
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/jkowalsk/iso7816-tlv
Licenses: ISC
Synopsis: Tools and utilities for handling TLV data as defined in ISO/IEC 7816-4
Description:

This package provides tools and utilities for handling TLV data as defined in ISO/IEC 7816-4.

rust-downcast-rs 1.2.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/marcianx/downcast-rs
Licenses: Expat ASL 2.0
Synopsis: Trait object downcasting support using only safe Rust
Description:

Trait object downcasting support using only safe Rust. It supports type parameters, associated types, and type constraints.

rust-gix-shallow 0.1.0
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/GitoxideLabs/gitoxide
Licenses: Expat ASL 2.0
Synopsis: Handle shallow git files
Description:

This package provides a crate of the gitoxide project dedicated to handling files specifying the shallow boundary.

rust-git-version 0.3.9
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/fusion-engineering/rust-git-version
Licenses: FreeBSD
Synopsis: Embed git information in your code at compile-time
Description:

This crates compiles the git version (tag name, or hash otherwise) and dirty state into your program.

rust-gix-shallow 0.2.0
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/GitoxideLabs/gitoxide
Licenses: Expat ASL 2.0
Synopsis: Handle shallow git files
Description:

This package provides a crate of the gitoxide project dedicated to handling files specifying the shallow boundary.

rust-compact-str 0.8.1
Channel: lauras-channel
Location: laura/packages/rust-common.scm (laura packages rust-common)
Home page: https://github.com/ParkMyCar/compact_str
Licenses: Expat
Synopsis: memory efficient string type that transparently stores strings on the stack, when possible
Description:

This package provides a memory efficient string type that transparently stores strings on the stack, when possible.

rust-instability 0.3.5
Channel: lauras-channel
Location: laura/packages/rust-common.scm (laura packages rust-common)
Home page: https://github.com/ratatui-org/instability
Licenses: Expat
Synopsis: Rust API stability attributes for the rest of us. A fork of the `stability` crate
Description:

This package provides Rust API stability attributes for the rest of us. A fork of the `stability` crate.

rust-mime-guess2 2.0.5
Channel: lauras-channel
Location: laura/packages/rust-common.scm (laura packages rust-common)
Home page: https://github.com/ttys3/mime_guess2
Licenses: Expat
Synopsis: simple crate for detection of a file's MIME type by its extension.
Description:

This package provides a simple crate for detection of a file's MIME type by its extension.

rust-i18n-config 0.4.6
Channel: lauras-channel
Location: laura/packages/rust-common.scm (laura packages rust-common)
Home page: https://github.com/kellpossible/cargo-i18n/tree/master/i18n-config
Licenses: Expat
Synopsis: This library contains the configuration stucts (along with their parsing functions) for the cargo-i18n tool/system
Description:

This library contains the configuration stucts (along with their parsing functions) for the cargo-i18n tool/system.

rust-html-escape 0.2.6
Channel: tassos-guix
Location: tassos-guix/packages/crates-io.scm (tassos-guix packages crates-io)
Home page: https://magiclen.org/html-escape
Licenses: Expat
Synopsis: This library is for encoding/escaping special characters in HTML and decoding/unescaping HTML entities as well.
Description:

This library is for encoding/escaping special characters in HTML and decoding/unescaping HTML entities as well.

rust-sqlx-sqlite 0.7.4
Channel: guix
Location: gnu/packages/crates-database.scm (gnu packages crates-database)
Home page: https://github.com/launchbadge/sqlx
Licenses: Expat ASL 2.0
Synopsis: SQLite driver implementation for SQLx
Description:

This package provides SQLite driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details.

rust-broadcaster 0.2.6
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/leo60228/broadcaster
Licenses: Expat ASL 2.0
Synopsis: Broadcasting futures mpmc channel
Description:

This package provides a wrapper for any Stream and Sink implementing the mpsc pattern to enable broadcasting items.

rust-shell-quote 0.7.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/allenap/shell-quote
Licenses: ASL 2.0
Synopsis: Rust library for shell-quoting strings
Description:

This package provides a Rust library for shell-quoting strings, e.g. for interpolating into a Bash script.

rust-extract-map 0.1.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/GnomedDev/extract_map
Licenses: Expat
Synopsis: HashMap for memory efficient storage of value types
Description:

This package provides a HashMap for memory efficient storage of value types which contain their own keys.

rust-gix-refspec 0.20.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: Parsing and representing refspecs for Gitoxide
Description:

This package parses and represents Git refspecs. It's part of Gitoxide a pure Rust implementation of Git.

rust-gix-refspec 0.21.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: Parsing and representing refspecs for Gitoxide
Description:

This package parses and represents Git refspecs. It's part of Gitoxide a pure Rust implementation of Git.

rust-gix-refspec 0.23.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: Parsing and representing refspecs for Gitoxide
Description:

This package parses and represents Git refspecs. It's part of Gitoxide a pure Rust implementation of Git.

rust-gix-refspec 0.25.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: Parsing and representing refspecs for Gitoxide
Description:

This package parses and represents Git refspecs. It's part of Gitoxide a pure Rust implementation of Git.

rust-gix-refspec 0.19.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: Parsing and representing refspecs for Gitoxide
Description:

This package parses and represents Git refspecs. It's part of Gitoxide a pure Rust implementation of Git.

rust-gix-refspec 0.18.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: Parsing and representing refspecs for Gitoxide
Description:

This package parses and represents Git refspecs. It's part of Gitoxide a pure Rust implementation of Git.

rust-rocket-http 0.4.11
Channel: guix
Location: gnu/packages/crates-web.scm (gnu packages crates-web)
Home page: https://rocket.rs
Licenses: Expat ASL 2.0
Synopsis: HTTP requests, responses and headers tooling for Rocket
Description:

This package provides types, traits, and parsers for HTTP requests, responses, and headers for the Rocket web framework.

rust-rocket-http 0.5.1
Channel: guix
Location: gnu/packages/crates-web.scm (gnu packages crates-web)
Home page: https://rocket.rs
Licenses: Expat ASL 2.0
Synopsis: HTTP requests, responses and headers tooling for Rocket
Description:

This package provides types, traits, and parsers for HTTP requests, responses, and headers for the Rocket web framework.

rust-sqlx-sqlite 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: SQLite driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details
Description:

This package provides SQLite driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details.

rust-sqlx-sqlite 0.7.4
Channel: lguix-channel
Location: atuin.scm (atuin)
Home page: https://github.com/launchbadge/sqlx
Licenses: Expat ASL 2.0
Synopsis: SQLite driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details
Description:

This package provides SQLite driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details.

Total results: 7477