//! Platform Abstraction Layer (PAL). This is private API, though (hidden) `pub` in parts to allow
//! benchmark code to bypass public API layers for more accurate benchmarking.
pub use *;
pub use *;
pub use *;
pub use *;
// The fallback module is compiled in test mode on all platforms, under Miri, and as the primary
// implementation on unsupported platforms. However, we only glob-import it when it is the primary
// implementation (i.e. on unsupported platforms or under Miri). On supported platforms in test
// mode, it must be accessed via the explicit path `fallback::` to avoid ambiguity with the
// platform-specific implementation.
pub
pub use *;