Skip to content

Commit

Permalink
Added missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Apr 5, 2015
1 parent aa236b9 commit 621d1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub mod data;
pub mod traits;
pub mod helper;
pub use common::NameType;
pub use id::{AnMaid, PublicAnMaid, AnMpid, PublicMaid, PublicMpid};
pub use id::{Maid, Mpid, AnMaid, PublicAnMaid, AnMpid, PublicMaid, PublicMpid};
pub use data::{ImmutableData, StructuredData};

use cbor::CborTagEncode;
Expand Down

0 comments on commit 621d1c5

Please sign in to comment.