_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-libdeflater 0.11.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/adamkewley/libdeflater
Licenses: ASL 2.0
Synopsis: Bindings to libdeflate for DEFLATE
Description:

This package provides bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer operations. Contains bindings for raw deflate, zlib, and gzip data.

rust-unicode-xid 0.0.4
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/unicode-rs/unicode-xid
Licenses: ASL 2.0 Expat
Synopsis: Determine Unicode XID related properties
Description:

This package provides a Rust library to determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31.

rust-proc-macro2 0.3.8
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/alexcrichton/proc-macro2
Licenses: Expat ASL 2.0
Synopsis: Substitute implementation of the compiler's `proc_macro` API
Description:

This package provides a substitute implementation of the compiler's proc_macro API to decouple token-based libraries from the procedural macro use case.

rust-webview-sys 0.6.2
Dependencies: gtk+@3.24.41 webkitgtk-with-libsoup2@2.44.1
Channel: guix
Location: gnu/packages/crates-web.scm (gnu packages crates-web)
Home page: https://github.com/Boscop/web-view
Licenses: Expat
Synopsis: Rust native ffi bindings for webview
Description:

This library provides a Rust binding to the original implementation of webview, a tiny cross-platform library to render web-based GUIs as desktop applications.

rust-gzip-header 1.0.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/oyvindln/gzip-header
Licenses: Expat ASL 2.0
Synopsis: Decoding and encoding the header part of gzip files
Description:

This package provides a crate for decoding and encoding the header part of gzip files based on the gzip header implementation in the flate2 crate.

rust-gzip-header 0.3.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/oyvindln/gzip-header
Licenses: Expat ASL 2.0
Synopsis: Decoding and encoding the header part of gzip files
Description:

This package provides a crate for decoding and encoding the header part of gzip files based on the gzip header implementation in the flate2 crate.

rust-rustc-rayon 0.5.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/rust-lang/rustc-rayon
Licenses: ASL 2.0 Expat
Synopsis: Simple work-stealing parallelism for Rust - fork for rustc
Description:

Rustc-rayon is a fork of the Rayon crate. It adds a few "in progress" features that rustc is using, mostly around deadlock detection. These features are not stable and should not be used by others -- though they may find their way into rayon proper at some point. In general, if you are not rustc, you should be using the real rayon crate, not rustc-rayon.

rust-rustc-rayon 0.4.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/rust-lang/rustc-rayon
Licenses: ASL 2.0 Expat
Synopsis: Simple work-stealing parallelism for Rust - fork for rustc
Description:

Rustc-rayon is a fork of the Rayon crate. It adds a few "in progress" features that rustc is using, mostly around deadlock detection. These features are not stable and should not be used by others -- though they may find their way into rayon proper at some point. In general, if you are not rustc, you should be using the real rayon crate, not rustc-rayon.

rust-arrow-arith 47.0.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/apache/arrow-rs
Licenses: ASL 2.0
Synopsis: Arithmetic and aggregation kernels Apache Arrow
Description:

This crate provides arithmetic and aggregation kernels for Apache Arrow. Examples include time-related functions, logical operations for booleans, arithmetic functions such as addition and various aggregation functions.

rust-thread-tree 0.3.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/bluss/thread-tree
Licenses: Expat ASL 2.0
Synopsis: Tree-structured thread pool
Description:

This package provides a tree-structured thread pool for splitting jobs hierarchically on worker threads. The tree structure means that there is no contention between workers when delivering jobs.

rust-miniz-oxide 0.6.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
Licenses: Expat Zlib ASL 2.0
Synopsis: Pure rust replacement for the miniz DEFLATE/zlib encoder/decoder
Description:

A pure rust replacement for the miniz DEFLATE/zlib encoder/decoder. Using flate2 with the rust_backend feature provides an easy to use streaming API for miniz_oxide.

rust-miniz-oxide 0.3.7
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
Licenses: Expat Zlib ASL 2.0
Synopsis: Pure rust replacement for the miniz DEFLATE/zlib encoder/decoder
Description:

A pure rust replacement for the miniz DEFLATE/zlib encoder/decoder. Using flate2 with the rust_backend feature provides an easy to use streaming API for miniz_oxide.

rust-miniz-oxide 0.7.4
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
Licenses: Expat Zlib ASL 2.0
Synopsis: Pure rust replacement for the miniz DEFLATE/zlib encoder/decoder
Description:

A pure rust replacement for the miniz DEFLATE/zlib encoder/decoder. Using flate2 with the rust_backend feature provides an easy to use streaming API for miniz_oxide.

rust-miniz-oxide 0.4.4
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
Licenses: Expat Zlib ASL 2.0
Synopsis: Pure rust replacement for the miniz DEFLATE/zlib encoder/decoder
Description:

A pure rust replacement for the miniz DEFLATE/zlib encoder/decoder. Using flate2 with the rust_backend feature provides an easy to use streaming API for miniz_oxide.

rust-miniz-oxide 0.5.4
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
Licenses: Expat Zlib ASL 2.0
Synopsis: Pure rust replacement for the miniz DEFLATE/zlib encoder/decoder
Description:

A pure rust replacement for the miniz DEFLATE/zlib encoder/decoder. Using flate2 with the rust_backend feature provides an easy to use streaming API for miniz_oxide.

rust-miniz-oxide 0.8.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
Licenses: Expat Zlib ASL 2.0
Synopsis: Pure rust replacement for the miniz DEFLATE/zlib encoder/decoder
Description:

A pure rust replacement for the miniz DEFLATE/zlib encoder/decoder. Using flate2 with the rust_backend feature provides an easy to use streaming API for miniz_oxide.

rust-proc-macro2 1.0.28
Channel: rrr
Location: rrr/packages/crates-io.scm (rrr packages crates-io)
Home page: https://github.com/dtolnay/proc-macro2
Licenses: Expat ASL 2.0
Synopsis: Stable implementation of the upcoming new `proc_macro` API
Description:

This package provides a stable implementation of the upcoming new `proc_macro` API. Comes with an option, off by default, to also reimplement itself in terms of the upstream unstable API.

rust-proc-macro2 1.0.89
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dtolnay/proc-macro2
Licenses: ASL 2.0 Expat
Synopsis: Stable implementation of the upcoming new `proc_macro` API
Description:

This package provides a stable implementation of the upcoming new `proc_macro` API. Comes with an option, off by default, to also reimplement itself in terms of the upstream unstable API.

rust-proc-macro2 0.4.30
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/dtolnay/proc-macro2
Licenses: ASL 2.0 Expat
Synopsis: Stable implementation of the upcoming new `proc_macro` API
Description:

This package provides a stable implementation of the upcoming new `proc_macro` API. Comes with an option, off by default, to also reimplement itself in terms of the upstream unstable API.

rust-wayland-sys 0.31.1
Channel: rrr
Location: rrr/packages/crates-io.scm (rrr packages crates-io)
Home page: https://github.com/smithay/wayland-rs
Licenses: Expat
Synopsis: FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.
Description:

FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.

rust-wayland-sys 0.31.1
Channel: nebula
Location: nebula/packages/crates-io.scm (nebula packages crates-io)
Home page: https://github.com/smithay/wayland-rs
Licenses: Expat
Synopsis: FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.
Description:

FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.

rust-system-deps 7.0.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/gdesmott/system-deps
Licenses: Expat ASL 2.0
Synopsis: Define system dependencies in @file{Cargo.toml}
Description:

This crate lets you write system dependencies in Cargo.toml metadata, rather than programmatically in build.rs. This makes those dependencies declarative, so other tools can read them as well.

rust-system-deps 1.3.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/gdesmott/system-deps
Licenses: Expat ASL 2.0
Synopsis: Define system dependencies in @file{Cargo.toml}
Description:

This crate lets you write system dependencies in Cargo.toml metadata, rather than programmatically in build.rs. This makes those dependencies declarative, so other tools can read them as well.

rust-system-deps 6.2.2
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/gdesmott/system-deps
Licenses: Expat ASL 2.0
Synopsis: Define system dependencies in @file{Cargo.toml}
Description:

This crate lets you write system dependencies in Cargo.toml metadata, rather than programmatically in build.rs. This makes those dependencies declarative, so other tools can read them as well.

Total results: 7494