_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-strip-ansi-escapes 0.1.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/luser/strip-ansi-escapes
Licenses: ASL 2.0 Expat
Synopsis: Strip ANSI escape sequences from byte streams
Description:

This crate is for stripping ANSI escape sequences from byte sequences.

This can be used to take output from a program that includes escape sequences and write it somewhere that does not easily support them, such as a log file.

rust-strip-ansi-escapes 0.2.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/luser/strip-ansi-escapes
Licenses: ASL 2.0 Expat
Synopsis: Strip ANSI escape sequences from byte streams
Description:

This crate is for stripping ANSI escape sequences from byte sequences.

This can be used to take output from a program that includes escape sequences and write it somewhere that does not easily support them, such as a log file.

rust-codespan-reporting 0.11.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/brendanzab/codespan
Licenses: ASL 2.0
Synopsis: Beautiful diagnostic reporting for text-based programming languages
Description:

Languages like Rust and Elm already support beautiful error reporting output, but it can take a significant amount work to implement this for new programming languages! The codespan-reporting crate aims to make beautiful error diagnostics easy and relatively painless for everyone!

rust-codespan-reporting 0.9.5
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/brendanzab/codespan
Licenses: ASL 2.0
Synopsis: Beautiful diagnostic reporting for text-based programming languages
Description:

Languages like Rust and Elm already support beautiful error reporting output, but it can take a significant amount work to implement this for new programming languages! The codespan-reporting crate aims to make beautiful error diagnostics easy and relatively painless for everyone!

rust-peeking-take-while 0.1.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/fitzgen/peeking_take_while
Licenses: ASL 2.0 Expat
Synopsis: Provides the peeking_take_while iterator adaptor method
Description:

Like Iterator::take_while, but calls the predicate on a peeked value. This allows you to use Iterator::by_ref and Iterator::take_while together, and still get the first value for which the take_while predicate returned false after dropping the by_ref.

rust-trust-dns-resolver 0.19.7
Channel: guix
Location: gnu/packages/crates-web.scm (gnu packages crates-web)
Home page: https://trust-dns.org/
Licenses: Expat ASL 2.0
Synopsis: Safe and secure DNS library
Description:

Trust-DNS is a safe and secure DNS library. This Resolver library uses the Client library to perform all DNS queries. The Resolver is intended to be a high-level library for any DNS record resolution see Resolver and AsyncResolver for supported resolution types. The Client can be used for other queries.

rust-trust-dns-resolver 0.11.1
Channel: guix
Location: gnu/packages/crates-web.scm (gnu packages crates-web)
Home page: https://trust-dns.org/
Licenses: Expat ASL 2.0
Synopsis: Safe and secure DNS library
Description:

Trust-DNS is a safe and secure DNS library. This Resolver library uses the Client library to perform all DNS queries. The Resolver is intended to be a high-level library for any DNS record resolution see Resolver and AsyncResolver for supported resolution types. The Client can be used for other queries.

rust-trust-dns-resolver 0.23.2
Channel: guix
Location: gnu/packages/crates-web.scm (gnu packages crates-web)
Home page: https://trust-dns.org/
Licenses: Expat ASL 2.0
Synopsis: Safe and secure DNS library
Description:

Trust-DNS is a safe and secure DNS library. This Resolver library uses the Client library to perform all DNS queries. The Resolver is intended to be a high-level library for any DNS record resolution see Resolver and AsyncResolver for supported resolution types. The Client can be used for other queries.

rust-trust-dns-resolver 0.22.0
Channel: guix
Location: gnu/packages/crates-web.scm (gnu packages crates-web)
Home page: https://trust-dns.org/
Licenses: Expat ASL 2.0
Synopsis: Safe and secure DNS library
Description:

Trust-DNS is a safe and secure DNS library. This Resolver library uses the Client library to perform all DNS queries. The Resolver is intended to be a high-level library for any DNS record resolution see Resolver and AsyncResolver for supported resolution types. The Client can be used for other queries.

rust-trust-dns-resolver 0.18.0-alpha.2
Channel: guix
Location: gnu/packages/crates-web.scm (gnu packages crates-web)
Home page: https://trust-dns.org/
Licenses: Expat ASL 2.0
Synopsis: Safe and secure DNS library
Description:

Trust-DNS is a safe and secure DNS library. This Resolver library uses the Client library to perform all DNS queries. The Resolver is intended to be a high-level library for any DNS record resolution see Resolver and AsyncResolver for supported resolution types. The Client can be used for other queries.

rust-trust-dns-resolver 0.20.0
Channel: guix
Location: gnu/packages/crates-web.scm (gnu packages crates-web)
Home page: https://trust-dns.org/
Licenses: Expat ASL 2.0
Synopsis: Safe and secure DNS library
Description:

Trust-DNS is a safe and secure DNS library. This Resolver library uses the Client library to perform all DNS queries. The Resolver is intended to be a high-level library for any DNS record resolution see Resolver and AsyncResolver for supported resolution types. The Client can be used for other queries.

rust-stable-deref-trait 1.2.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/storyyeller/stable_deref_trait0
Licenses: ASL 2.0 Expat
Synopsis: Defines an unsafe marker trait, StableDeref
Description:

This crate defines an unsafe marker trait, StableDeref, for container types which deref to a fixed address which is valid even when the containing type is moved. For example, Box, Vec, Rc, Arc and String implement this trait. Additionally, it defines CloneStableDeref for types like Rc where clones deref to the same address.

rust-streaming-iterator 0.1.9
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/sfackler/streaming-iterator
Licenses: Expat ASL 2.0
Synopsis: Streaming iterators
Description:

The iterator APIs in the Rust standard library do not allow elements to be yielded which borrow from the iterator itself. That means, for example, that the std::io::Lines iterator must allocate a new String for each line rather than reusing an internal buffer. The StreamingIterator trait instead provides access to elements being iterated over only by reference rather than by value.

rust-tracing-subscriber 0.3.5
Channel: rrr
Location: rrr/packages/crates-io.scm (rrr packages crates-io)
Home page: https://tokio.rs
Licenses: Expat
Synopsis: Implement and compose tracing subscribers
Description:

This package provides utilities for implementing and composing tracing subscribers. Tracing is a framework for instrumenting Rust programs to collect scoped, structured, and async-aware diagnostics. The Subscriber trait represents the functionality necessary to collect this trace data. This crate contains tools for composing subscribers out of smaller units of behaviour, and batteries-included implementations of common subscriber functionality. Tracing-subscriber is intended for use by both Subscriber authors and application authors using tracing to instrument their applications.

rust-tracing-subscriber 0.2.15
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://tokio.rs
Licenses: Expat
Synopsis: Implement and compose tracing subscribers
Description:

This package provides utilities for implementing and composing tracing subscribers.

Tracing is a framework for instrumenting Rust programs to collect scoped, structured, and async-aware diagnostics. The Subscriber trait represents the functionality necessary to collect this trace data. This crate contains tools for composing subscribers out of smaller units of behaviour, and batteries-included implementations of common subscriber functionality.

Tracing-subscriber is intended for use by both Subscriber authors and application authors using tracing to instrument their applications.

rust-tracing-subscriber 0.3.18
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://tokio.rs
Licenses: Expat
Synopsis: Implement and compose tracing subscribers
Description:

This package provides utilities for implementing and composing tracing subscribers.

Tracing is a framework for instrumenting Rust programs to collect scoped, structured, and async-aware diagnostics. The Subscriber trait represents the functionality necessary to collect this trace data. This crate contains tools for composing subscribers out of smaller units of behaviour, and batteries-included implementations of common subscriber functionality.

Tracing-subscriber is intended for use by both Subscriber authors and application authors using tracing to instrument their applications.

rust-rust-decimal-macros 1.34.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/paupino/rust-decimal
Licenses: Expat
Synopsis: Shorthand macros to assist creating Decimal types
Description:

Shorthand macros to assist creating Decimal types.

rust-rust-hawktracer-sys 0.4.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/AlexEne/rust_hawktracer_sys
Licenses: Expat ASL 2.0
Synopsis: Sys crate for the rust_hawktracer library
Description:

This package provides a sys crate for the rust_hawktracer library.

rust-rustls-native-certs 0.6.3
Channel: nebula
Location: nebula/packages/crates-io.scm (nebula packages crates-io)
Home page: https://github.com/ctz/rustls-native-certs
Licenses: ASL 2.0 ISC Expat
Synopsis: rustls-native-certs allows rustls to use the platform native certificate store
Description:

rustls-native-certs allows rustls to use the platform native certificate store

rust-rustc-demangle-capi 0.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/alexcrichton/rustc-demangle
Licenses: Expat ASL 2.0
Synopsis: C API for the @code{rustc-demangle} crate
Description:

This package provides a C API library for the rustc-demangle crate.

rust-rustls-native-certs 0.6.3
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/ctz/rustls-native-certs
Licenses: ASL 2.0 ISC Expat
Synopsis: Use the platform native certificate store with rustls
Description:

rustls-native-certs allows rustls to use the platform native certificate store.

rust-rustls-native-certs 0.7.0
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/ctz/rustls-native-certs
Licenses: ASL 2.0 ISC Expat
Synopsis: Use the platform native certificate store with rustls
Description:

rustls-native-certs allows rustls to use the platform native certificate store.

rust-rustls-native-certs 0.5.0
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/ctz/rustls-native-certs
Licenses: ASL 2.0 ISC Expat
Synopsis: Use the platform native certificate store with rustls
Description:

rustls-native-certs allows rustls to use the platform native certificate store.

rust-rustls-native-certs 0.4.0
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/ctz/rustls-native-certs
Licenses: ASL 2.0 ISC Expat
Synopsis: Use the platform native certificate store with rustls
Description:

rustls-native-certs allows rustls to use the platform native certificate store.

Total results: 7494