1 2 3 4 5 6 7 8 9 10
// SPDX-License-Identifier: MIT OR Apache-2.0 #![no_std] #![doc = include_str!("../README.md")] #![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))] #[test] fn compile_test() -> Result<(), core::convert::Infallible> { Ok(()) }