From 8c217067ee5132c6e5453e1c09b2391880e51d83 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 6 Nov 2022 20:55:57 -0800 Subject: comon: simplify public interface --- adenosine-common/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/adenosine-common/src/lib.rs b/adenosine-common/src/lib.rs index fcbd02e..8475c16 100644 --- a/adenosine-common/src/lib.rs +++ b/adenosine-common/src/lib.rs @@ -1,4 +1,3 @@ /// Some shared types and utilities used across multiple adenosine crates. -mod identifiers; -pub use identifiers::{AtUri, Did, DidOrHost, Nsid, Tid, TidLord}; +pub mod identifiers; -- cgit v1.2.3