_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-winit 0.24.0
Channel: guix
Location: gnu/packages/crates-graphics.scm (gnu packages crates-graphics)
Home page: https://github.com/rust-windowing/winit
Licenses: ASL 2.0
Synopsis: Window creation library
Description:

Winit is a window creation and management library. It can create windows and lets you handle events (for example: the window being resized, a key being pressed, a mouse movement, etc.) produced by window.

Winit is designed to be a low-level brick in a hierarchy of libraries. Consequently, in order to show something on the window you need to use the platform-specific getters provided by winit, or another library.

rust-winit 0.30.8
Channel: guix
Location: gnu/packages/crates-graphics.scm (gnu packages crates-graphics)
Home page: https://github.com/rust-windowing/winit
Licenses: ASL 2.0
Synopsis: Window creation library
Description:

Winit is a window creation and management library. It can create windows and lets you handle events (for example: the window being resized, a key being pressed, a mouse movement, etc.) produced by window.

Winit is designed to be a low-level brick in a hierarchy of libraries. Consequently, in order to show something on the window you need to use the platform-specific getters provided by winit, or another library.

rust-winit 0.27.5
Dependencies: expat@2.5.0 fontconfig-minimal@2.14.0 freetype@2.13.0
Channel: guix
Location: gnu/packages/crates-graphics.scm (gnu packages crates-graphics)
Home page: https://github.com/rust-windowing/winit
Licenses: ASL 2.0
Synopsis: Window creation library
Description:

Winit is a window creation and management library. It can create windows and lets you handle events (for example: the window being resized, a key being pressed, a mouse movement, etc.) produced by window.

Winit is designed to be a low-level brick in a hierarchy of libraries. Consequently, in order to show something on the window you need to use the platform-specific getters provided by winit, or another library.

rust-winit 0.28.7
Channel: guix
Location: gnu/packages/crates-graphics.scm (gnu packages crates-graphics)
Home page: https://github.com/rust-windowing/winit
Licenses: ASL 2.0
Synopsis: Window creation library
Description:

Winit is a window creation and management library. It can create windows and lets you handle events (for example: the window being resized, a key being pressed, a mouse movement, etc.) produced by window.

Winit is designed to be a low-level brick in a hierarchy of libraries. Consequently, in order to show something on the window you need to use the platform-specific getters provided by winit, or another library.

rust-jwalk 0.8.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/byron/jwalk
Licenses: Expat
Synopsis: File system walk performed in parallel with streamed and sorted results
Description:

This Rust crate implements a file system walk that runs in parallel using rayon. It attempts to combine the parallelism of ignore with walkdir's streaming iterator API. Entries are streamed in sorted order with options for custom sorting, filtering, and skipping.

Directory traversal is already pretty fast. If you don't need this crate's speed then walkdir provides a smaller and more tested single threaded implementation.

rust-ipnet 2.10.1
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/krisprice/ipnet
Licenses: Expat ASL 2.0
Synopsis: Work with IPv4 and IPv6 network addresses
Description:

This package provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new IpNet, Ipv4Net, and Ipv6Net types build on the existing IpAddr, Ipv4Addr, and Ipv6Addr types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend Ipv4Addr and Ipv6Addr with methods for Add, Sub, BitAnd, and BitOr operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.

rust-rustls 0.23.4
Channel: hitwright
Location: packages/lettre.scm (packages lettre)
Home page: https://github.com/rustls/rustls
Licenses: ASL 2.0 ISC Expat
Synopsis: Rustls is a modern TLS library written in Rust.
Description:

Rustls is a modern TLS library written in Rust.

rust-rustix 0.38.42
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/bytecodealliance/rustix
Licenses: ASL 2.0 Expat
Synopsis: Safe Rust bindings to POSIX syscalls
Description:

This package provides safe Rust bindings to POSIX syscalls.

rust-rustix 0.35.16
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/bytecodealliance/rustix
Licenses: ASL 2.0 Expat
Synopsis: Safe Rust bindings to POSIX syscalls
Description:

This package provides safe Rust bindings to POSIX syscalls.

rust-rustix 0.37.27
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/bytecodealliance/rustix
Licenses: ASL 2.0 Expat
Synopsis: Safe Rust bindings to POSIX syscalls
Description:

This package provides safe Rust bindings to POSIX syscalls.

rust-rustix 0.36.17
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/bytecodealliance/rustix
Licenses: ASL 2.0 Expat
Synopsis: Safe Rust bindings to POSIX syscalls
Description:

This package provides safe Rust bindings to POSIX syscalls.

rust-rustls 0.21.12
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/rustls
Licenses: ASL 2.0 ISC Expat
Synopsis: Modern TLS library written in Rust
Description:

This package provides a modern TLS library written in Rust.

rust-rustls 0.14.0
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/rustls
Licenses: ASL 2.0 ISC Expat
Synopsis: Modern TLS library written in Rust
Description:

This package provides a modern TLS library written in Rust.

rust-rustls 0.19.1
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/rustls
Licenses: ASL 2.0 ISC Expat
Synopsis: Modern TLS library written in Rust
Description:

This package provides a modern TLS library written in Rust.

rust-rustls 0.20.9
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/rustls
Licenses: ASL 2.0 ISC Expat
Synopsis: Modern TLS library written in Rust
Description:

This package provides a modern TLS library written in Rust.

rust-rustls 0.23.19
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/rustls
Licenses: ASL 2.0 ISC Expat
Synopsis: Modern TLS library written in Rust
Description:

This package provides a modern TLS library written in Rust.

rust-rustls 0.18.1
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/rustls
Licenses: ASL 2.0 ISC Expat
Synopsis: Modern TLS library written in Rust
Description:

This package provides a modern TLS library written in Rust.

rust-rustls 0.17.0
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/rustls
Licenses: ASL 2.0 ISC Expat
Synopsis: Modern TLS library written in Rust
Description:

This package provides a modern TLS library written in Rust.

rust-rustls 0.22.4
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/rustls
Licenses: ASL 2.0 ISC Expat
Synopsis: Modern TLS library written in Rust
Description:

This package provides a modern TLS library written in Rust.

rust-rustls 0.16.0
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/rustls
Licenses: ASL 2.0 ISC Expat
Synopsis: Modern TLS library written in Rust
Description:

This package provides a modern TLS library written in Rust.

rust-rustls 0.15.2
Channel: guix
Location: gnu/packages/crates-tls.scm (gnu packages crates-tls)
Home page: https://github.com/rustls/rustls
Licenses: ASL 2.0 ISC Expat
Synopsis: Modern TLS library written in Rust
Description:

This package provides a modern TLS library written in Rust.

rust-rustls 0.22.4
Channel: lauras-channel
Location: laura/packages/rust-common.scm (laura packages rust-common)
Home page: https://github.com/rustls/rustls
Licenses: ASL 2.0 ISC Expat
Synopsis: Rustls is a modern TLS library written in Rust
Description:

This package provides Rustls is a modern TLS library written in Rust.

rust-rustls 0.23.9
Channel: lauras-channel
Location: laura/packages/rust-common.scm (laura packages rust-common)
Home page: https://github.com/rustls/rustls
Licenses: ASL 2.0 ISC Expat
Synopsis: Rustls is a modern TLS library written in Rust
Description:

This package provides Rustls is a modern TLS library written in Rust.

rust-rustix 0.38.34
Channel: lauras-channel
Location: laura/packages/rust-common.scm (laura packages rust-common)
Home page: https://github.com/bytecodealliance/rustix
Licenses: ASL 2.0 Expat ASL 2.0 Expat
Synopsis: Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls
Description:

This package provides Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls.

Total results: 7413