_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-clap-lex 0.7.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/clap-rs/clap/tree/master/clap_lex
Licenses: Expat ASL 2.0
Synopsis: Command line parser for Clap
Description:

This package provides a parser for command line options. As opposed to a declarative parser, rust-clap-lex processes arguments as a stream of tokens.

rust-clap-lex 0.6.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/clap-rs/clap/tree/master/clap_lex
Licenses: Expat ASL 2.0
Synopsis: Command line parser for Clap
Description:

This package provides a parser for command line options. As opposed to a declarative parser, rust-clap-lex processes arguments as a stream of tokens.

rust-clap-lex 0.3.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/clap-rs/clap/tree/master/clap_lex
Licenses: Expat ASL 2.0
Synopsis: Command line parser for Clap
Description:

This package provides a parser for command line options. As opposed to a declarative parser, rust-clap-lex processes arguments as a stream of tokens.

parinfer-rust 0.4.3
Dependencies: clang@13.0.1
Channel: guix
Location: gnu/packages/text-editors.scm (gnu packages text-editors)
Home page: https://github.com/justinbarclay/parinfer-rust
Licenses: Expat
Synopsis: Infer parentheses for Clojure, Lisp and Scheme
Description:

Parinfer is a plugin for Kakoune, Vim, Neovim and Emacs that infers parentheses and indentation. This library can be called from other editors that can load dynamic libraries.

rust-matchers 0.1.0
Channel: rrr
Location: rrr/packages/crates-io.scm (rrr packages crates-io)
Home page: https://github.com/hawkw/matchers
Licenses: Expat
Synopsis: Regex matching on character and byte streams
Description:

Use this crate to match on character and byte streams using regular grammars. It provides the subset of the regex crate that only deals with matching, not parsing substrings.

rust-matchers 0.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/hawkw/matchers
Licenses: Expat
Synopsis: Regex matching on character and byte streams
Description:

Use this crate to match on character and byte streams using regular grammars. It provides the subset of the regex crate that only deals with matching, not parsing substrings.

rust-matchers 0.0.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/hawkw/matchers
Licenses: Expat
Synopsis: Regex matching on character and byte streams
Description:

Use this crate to match on character and byte streams using regular grammars. It provides the subset of the regex crate that only deals with matching, not parsing substrings.

rust-analyzer 1.82.0
Dependencies: rust@1.82.0
Channel: guix
Location: gnu/packages/rust.scm (gnu packages rust)
Home page: https://rust-analyzer.github.io/
Licenses: Expat ASL 2.0
Synopsis: Experimental Rust compiler front-end for IDEs
Description:

Rust-analyzer is a modular compiler frontend for the Rust language. It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust.

rust-base64ct 1.3.3
Channel: rrr
Location: rrr/packages/crates-io.scm (rrr packages crates-io)
Home page: https://github.com/RustCrypto/formats/tree/master/base64ct
Licenses: ASL 2.0 Expat
Synopsis: Pure Rust implementation of Base64 (RFC 4648)
Description:

Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support.

rust-powerfmt 0.2.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/jhpratt/powerfmt
Licenses: Expat ASL 2.0
Synopsis: Library that provides utilities for formatting values
Description:

`powerfmt` is a library that provides utilities for formatting values. This crate makes it significantly easier to support filling to a minimum width with alignment, avoid heap allocation, and avoid repetitive calculations.

rust-async-io 2.3.4
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/smol-rs/async-io
Licenses: ASL 2.0 Expat
Synopsis: Async I/O and timers
Description:

This crate provides two tools: Async, an adapter for standard networking types (and many other types) to use in async programs, and Timer, a future that expires at a point in time.

rust-async-io 1.13.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/smol-rs/async-io
Licenses: ASL 2.0 Expat
Synopsis: Async I/O and timers
Description:

This crate provides two tools: Async, an adapter for standard networking types (and many other types) to use in async programs, and Timer, a future that expires at a point in time.

rust-onig-sys 69.6.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/rust-onig/rust-onig
Licenses: Expat
Synopsis: Rust bindings to the Oniguruma library
Description:

This crate contains raw Rust bindings to the Oniguruma library. This crate exposes a set of unsafe functions which can then be used by other crates to create safe wrappers around Oniguruma.

rust-base64ct 1.6.0
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/formats/tree/master/base64ct
Licenses: ASL 2.0 Expat
Synopsis: Implementation of Base64 (RFC 4648)
Description:

This package is a pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support.

rust-base64ct 1.1.1
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/formats/tree/master/base64ct
Licenses: ASL 2.0 Expat
Synopsis: Implementation of Base64 (RFC 4648)
Description:

This package is a pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support.

rust-num-conv 0.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/jhpratt/num-conv
Licenses: Expat ASL 2.0
Synopsis: Convert between integer types
Description:

num_conv is a crate to convert between integer types without using as casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax.

rust-globwalk 0.8.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/gilnaa/globwalk
Licenses: Expat
Synopsis: Glob-matched recursive file system walking
Description:

This package provides glob-matched recursive file system walking. Based on both rust-walkdir and rust-ignore, this crate inherits many goodies from both, such as limiting search depth and amount of open file descriptors.

rust-evdev-rs 0.6.1
Dependencies: libevdev@1.11.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/ndesh26/evdev-rs
Licenses: Expat ASL 2.0
Synopsis: Bindings to libevdev
Description:

This package provides bindings to libevdev for interacting with evdev devices. It moves the common tasks when dealing with evdev devices into a library and provides a library interface to the callers, thus avoiding erroneous ioctls, etc.

rust-base16ct 0.1.1
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/formats/tree/master/base16ct
Licenses: ASL 2.0 Expat
Synopsis: Rust implementation of Base16 a.k.a hexadecimal
Description:

This package provides a pure Rust implementation of Base16 a.k.a hexadecimal (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support.

rust-base16ct 0.2.0
Channel: guix
Location: gnu/packages/crates-crypto.scm (gnu packages crates-crypto)
Home page: https://github.com/RustCrypto/formats/tree/master/base16ct
Licenses: ASL 2.0 Expat
Synopsis: Rust implementation of Base16 a.k.a hexadecimal
Description:

This package provides a pure Rust implementation of Base16 a.k.a hexadecimal (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support.

rust-textwrap 0.15.0
Channel: rrr
Location: rrr/packages/crates-io.scm (rrr packages crates-io)
Home page: https://github.com/mgeisler/textwrap
Licenses: Expat
Synopsis: Library for word wrapping, indenting, and dedenting strings
Description:

Textwrap is a small library for word wrapping, indenting, and dedenting strings. You can use it to format strings (such as help and error messages) for display in commandline applications. It is designed to be efficient and handle Unicode characters correctly.

rust-textwrap 0.15.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/mgeisler/textwrap
Licenses: Expat
Synopsis: Library for word wrapping, indenting, and dedenting strings
Description:

Textwrap is a small library for word wrapping, indenting, and dedenting strings. You can use it to format strings (such as help and error messages) for display in commandline applications. It is designed to be efficient and handle Unicode characters correctly.

rust-textwrap 0.11.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/mgeisler/textwrap
Licenses: Expat
Synopsis: Library for word wrapping, indenting, and dedenting strings
Description:

Textwrap is a small library for word wrapping, indenting, and dedenting strings. You can use it to format strings (such as help and error messages) for display in commandline applications. It is designed to be efficient and handle Unicode characters correctly.

rust-textwrap 0.16.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/mgeisler/textwrap
Licenses: Expat
Synopsis: Library for word wrapping, indenting, and dedenting strings
Description:

Textwrap is a small library for word wrapping, indenting, and dedenting strings. You can use it to format strings (such as help and error messages) for display in commandline applications. It is designed to be efficient and handle Unicode characters correctly.

Total results: 7494