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/provider.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/provider.rs (limited to 'src/provider.rs') diff --git a/src/provider.rs b/src/provider.rs new file mode 100644 index 0000000..7fb96bb --- /dev/null +++ b/src/provider.rs @@ -0,0 +1,4 @@ +pub mod blocking; + +#[cfg(feature = "async")] +pub mod r#async; -- cgit v1.2.3-18-g5258