_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-console-log 0.2.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/iamcodemaker/console_log
Licenses: Expat ASL 2.0
Synopsis: Route Rust log messages to the browser's console
Description:

This package provides a logging facility that routes Rust log messages to the browser's console.

rust-console-log 0.1.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/iamcodemaker/console_log
Licenses: Expat ASL 2.0
Synopsis: Route Rust log messages to the browser's console
Description:

This package provides a logging facility that routes Rust log messages to the browser's console.

rust-console-log 1.0.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/iamcodemaker/console_log
Licenses: Expat ASL 2.0
Synopsis: Route Rust log messages to the browser's console
Description:

This package provides a logging facility that routes Rust log messages to the browser's console.

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-mime-guess2 2.0.5
Channel: nebula
Location: nebula/packages/crates-io.scm (nebula packages crates-io)
Home page: https://github.com/ttys3/mime_guess2
Licenses: Expat
Synopsis: A 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-downcast-rs 1.2.0
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-libz-ng-sys 1.1.16
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/rust-lang/libz-sys
Licenses: Expat ASL 2.0
Synopsis: Low-level bindings to zlib-ng (libz-ng)
Description:

This package provides low-level bindings to zlib-ng (libz-ng), a high-performance zlib library.

rust-num-threads 0.1.6
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/jhpratt/num_threads
Licenses: Expat ASL 2.0
Synopsis: Determine the number of running threads for the current process
Description:

This package provides a minimal library that determines the number of running threads for the current process.

rust-compact-str 0.7.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/ParkMyCar/compact_str
Licenses: Expat
Synopsis: String type that 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-is-terminal 0.4.10
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/sunfishcode/is-terminal
Licenses: Expat
Synopsis: Test whether a given stream is a terminal
Description:

is-terminal is a simple utility that tests whether a given stream runs in a TTY.

rust-cpufeatures 0.2.11
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/RustCrypto/utils
Licenses: Expat ASL 2.0
Synopsis: Alternative to the @code{is_x86_feature_detected!} macro
Description:

Cpufeatures is a lightweight and efficient no-std compatible alternative to the is_x86_feature_detected! macro.

rust-hash-hasher 2.0.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Fraser999/Hash-Hasher.git
Licenses: ASL 2.0 Expat
Synopsis: Hasher designed to work with already-hashed or hash-like data
Description:

This package provides a hasher which is designed to work with already-hashed or hash-like data.

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-tiny-keccak 2.0.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/debris/tiny-keccak
Licenses: CC0
Synopsis: Implementation of Keccak derived functions
Description:

Tiny Keccak provides ann implementation of Keccak derived functions specified in FIPS-202, SP800-185 and KangarooTwelve.

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-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.

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-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 efficent storage of value types
Description:

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

rust-gix-refspec 0.11.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.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.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.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.

Total results: 7494