Crate pal

source ·
Expand description

This crate provides a set of types that abstract over OS-specific platform primitives. It is focused on IO- and wait-related functionality: events, timers, and polling.

As a convenience, it also exports some OS-specific functionality and some general library functionality.

Re-exports§

Modules§

Structs§

  • Implements a Vec-like type for building structures with a fixed-sized prefix before a dynamic number of elements.
  • Runs a closure when the instance goes out of scope.