1 2 3 4 5 6
// Copyright © 2024 Stephan Kunz #![no_std] #![doc = include_str!("../README.md")] #[cfg(doctest)] doc_comment::doctest!("../README.md");