mirror of
https://github.com/mbilker/vgpu_unlock-rs.git
synced 2026-01-17 11:57:00 +01:00
dump: export dump function
This commit is contained in:
@@ -2,7 +2,7 @@ use std::cmp;
|
||||
use std::fmt::Write;
|
||||
|
||||
#[allow(dead_code)]
|
||||
fn dump(data: &[u8]) -> String {
|
||||
pub fn dump(data: &[u8]) -> String {
|
||||
let mut output = String::new();
|
||||
|
||||
if data.is_empty() {
|
||||
|
||||
Reference in New Issue
Block a user