1
2
3
4
5
6
#![no_std]

#[doc(hidden)]
pub mod __private;

pub use retained_macro::retained;