1
2
3
4
5
6
7
8
9
//! Additional long-form documentation and reference material.

#[doc = include_str!("../doc/attribute.md")]
pub mod attribute {}
#[doc = include_str!("../doc/performance.md")]
pub mod performance {}

#[cfg(all(doc, not(feature = "std")))]
use alloc::vec::Vec;