1//! Test crate 2 3#![cfg_attr(docsrs, feature(doc_cfg))] 4 5/// Test module 6#[cfg(getrandom_backend = "extern_impl")] 7pub mod extern_impl {}