aboutsummaryrefslogtreecommitdiff
path: root/src/private.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/private.rs')
-rw-r--r--src/private.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/private.rs b/src/private.rs
new file mode 100644
index 0000000..9b03ce8
--- /dev/null
+++ b/src/private.rs
@@ -0,0 +1,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;