Skip to content

Commit

Permalink
expose builder::Builder in public api (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian authored Dec 13, 2023
1 parent 77bde01 commit 123f3d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ pub use keys::secp256k1;
#[cfg(all(feature = "ed25519", feature = "k256"))]
pub use keys::{ed25519_dalek, CombinedKey, CombinedPublicKey};

pub use builder::Builder;
pub use keys::{EnrKey, EnrKeyUnambiguous, EnrPublicKey};
pub use node_id::NodeId;
use std::marker::PhantomData;
Expand Down

0 comments on commit 123f3d3

Please sign in to comment.