1pub use riptc_bridge_macros::Riptc;
23/// Marker trait for types that should be scanned by `riptc` despite
4/// not being a direct dependency of a route.
5///
6/// This trait is automatically implemented for all items marked with the `#[ript]` attribute.
7pub trait Riptc {}