A crate to enumerate PCI devices on desktop operating systems and/or parse PCI configuration headers
A Rust library for enumerating and filtering windows with multiple criteria including sorting and selection
Parser for M3U8 Playlist format as defined in HLS draft-pantos-hls-rfc8216
A compact protobuf-like serializer and deserializer for the Rust Language.
A powerful formatting library for window information with multiple output formats (JSON, YAML, CSV, Table) and template support
ASON is a data serialization format that evolved from JSON, featuring strong numeric typing and native support for enumeration types.
ASONB is a binary representation of ASON optimized for efficient storage, access, and transmission.
enumerate operator for rx_core
A library helping you to enumerate all possible values of a type
2 dimensional version of Enumerate from the standard library
Enumerate trait for vector and slice in rust. It abstracts chain methods like .iter().enumerate().collect() into a clean, reusable method also called enums like python enumerate.
An extension to rust enum
extends the Object type with the tasty 'in?' method, which returns true if an object is included in a list or other enumerable value. So you can do this: 1.in? [1,2] # => true 3.in? [1,2] # => false
Gives the more-readable `foo.in?(some_list)` rather than having to revert to the more backward `some_list.include?(foo)`.
Gives the more-readable `foo.in?(some_list)` rather than having to revert to the more backward `some_list.include?(foo)`.
No description provided.
No description provided.