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.
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.
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.
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.
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.
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.
Rustls is a modern TLS library written in Rust.
This package provides safe Rust bindings to POSIX syscalls.
This package provides safe Rust bindings to POSIX syscalls.
This package provides safe Rust bindings to POSIX syscalls.
This package provides safe Rust bindings to POSIX syscalls.
This package provides a modern TLS library written in Rust.
This package provides a modern TLS library written in Rust.
This package provides a modern TLS library written in Rust.
This package provides a modern TLS library written in Rust.
This package provides a modern TLS library written in Rust.
This package provides a modern TLS library written in Rust.
This package provides a modern TLS library written in Rust.
This package provides a modern TLS library written in Rust.
This package provides a modern TLS library written in Rust.
This package provides a modern TLS library written in Rust.
This package provides Rustls is a modern TLS library written in Rust.
This package provides Rustls is a modern TLS library written in Rust.
This package provides Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls.