aboutsummaryrefslogtreecommitdiff
path: root/src/private/mod.rs
blob: 9b03ce8969b5e5a24c7658c19bbd28f11a87c094 (plain)
1
2
3
4
5
6
//! This module contains items that's not in the public API but is used by the
//! library user with the expansions of the macros in the syrette_macros crate.

pub mod cast;

pub extern crate linkme;