1 2 3 4 5 6 7 8
#![cfg_attr(not(test), forbid(unsafe_code))] mod render; #[cfg(test)] mod render_test_helpers; pub use render::*;