Skip to content

Commit

Permalink
Merge pull request bitcoin#5 from Fi3/AddReadme
Browse files Browse the repository at this point in the history
Add readme, add Sv1
  • Loading branch information
Fi3 committed Feb 23, 2021
2 parents 020bcd4 + 7b8796b commit 4f72c30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions protocols/v2/serde-sv2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@
//!
//!

mod de;
mod error;
pub mod de;
pub mod error;
mod ser;
pub mod sv2_primitives;

pub use error::{Error, Result};
pub use ser::{to_bytes, to_writer, Serializer};
pub use de::{from_bytes, Deserializer};

0 comments on commit 4f72c30

Please sign in to comment.