From 3b697aecb61428205d5c7b4e86375790bad4f9a9 Mon Sep 17 00:00:00 2001 From: Vladislav Melnik Date: Fri, 6 Oct 2023 09:57:59 +0200 Subject: [PATCH] export binprot --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index d566631..2d64cd2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -46,3 +46,5 @@ pub mod b58version { pub const NON_ZERO_CURVE_POINT_COMPRESSED: u8 = 0xcb; pub const SIGNATURE: u8 = 0x9a; } + +pub use binprot;