//! Minimal cross-platform support for common platform specific things, intended for small games
//! for web plus desktopy platforms.
//!
//! Here "standard" refers to the case where [std] is available and working (ie not web).
//!
//! Currently tested on Linux and Web. In principle should work fine on Mac OS X and Windows.
pub use AvailabilityError;