Skip to content

Commit

Permalink
Re-export janus_messages types from janus_core (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave authored Sep 29, 2022
1 parent d5b9787 commit 99db83e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions janus_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ impl Runtime for TokioRuntime {
tokio::task::spawn(future)
}
}

pub mod message {
pub use janus_messages::{
CollectReq, CollectResp, Duration, Error, Extension, ExtensionType, HpkeAeadId,
HpkeCiphertext, HpkeConfig, HpkeConfigId, HpkeKdfId, HpkeKemId, HpkePublicKey, Interval,
Nonce, NonceChecksum, Report, Role, RoleParseError, TaskId, Time,
};
}

0 comments on commit 99db83e

Please sign in to comment.