//! Pure native backend. Knows nothing about the other backends;
//! cross-platform code lives in `crate::common` and is re-imported here.
//! Compiled only off wasm32 (gated in `lib.rs`), so the tree itself
//! carries no cfg.
pubmodenv;pubmodlogging;pubmodmaybe_send;pubmodsync;pubmodthread;pubmodtime;pubmodtokio;