From f6f64b75ee56dab0853be8af80ef146d011438f2 Mon Sep 17 00:00:00 2001 From: Richard Walters Date: Tue, 13 Oct 2020 16:46:35 -0700 Subject: Make the Context and Error types public --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 4c4a31c..d4afe6a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -73,4 +73,6 @@ mod validate_ipv6_address; mod uri; pub use crate::authority::Authority; +pub use crate::context::Context; +pub use crate::error::Error; pub use crate::uri::Uri; -- cgit v1.2.3