From ca86952c1486b7f2313fef62e6cacf36e248efd2 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 13 Jul 2024 16:26:28 +0200 Subject: refactor: move & rename all mod.rs files --- src/private.rs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/private.rs (limited to 'src/private.rs') 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; -- cgit v1.2.3-18-g5258