From 6111c481fac3d5c305a379b3be8afb87190db3d5 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 6 Nov 2022 21:44:13 -0800 Subject: iroh-car: move vendoring into sub-module of pds crate So we don't need to re-publish this as a separate crate. --- iroh-car/src/lib.rs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 iroh-car/src/lib.rs (limited to 'iroh-car/src/lib.rs') diff --git a/iroh-car/src/lib.rs b/iroh-car/src/lib.rs deleted file mode 100644 index d4e5f66..0000000 --- a/iroh-car/src/lib.rs +++ /dev/null @@ -1,11 +0,0 @@ -//! Implementation of the [car](https://ipld.io/specs/transport/car/) format. - -mod error; -mod header; -mod reader; -mod util; -mod writer; - -pub use crate::header::CarHeader; -pub use crate::reader::CarReader; -pub use crate::writer::CarWriter; -- cgit v1.2.3