mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 07:39:59 -07:00
general: snapshot
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
mod binary;
|
||||
mod consts;
|
||||
mod json;
|
||||
mod path;
|
||||
mod serialization;
|
||||
|
||||
pub use binary::*;
|
||||
pub use consts::*;
|
||||
pub use json::*;
|
||||
pub use path::*;
|
||||
pub use serialization::*;
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
pub fn format_path(path: &str) -> String {
|
||||
path.replace(['-', '_', ' '], "/")
|
||||
}
|
||||
Reference in New Issue
Block a user