From ec6fdf88419a7fdad0128f04bb7a0478776974ab Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 25 Feb 2026 10:58:51 +0800 Subject: Add hexdump and sheetdump commands --- src/cmds/collect/single_file.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/cmds/collect/single_file.rs (limited to 'src/cmds/collect/single_file.rs') diff --git a/src/cmds/collect/single_file.rs b/src/cmds/collect/single_file.rs new file mode 100644 index 0000000..92c2829 --- /dev/null +++ b/src/cmds/collect/single_file.rs @@ -0,0 +1,3 @@ +pub struct JVSingleFileCollect { + pub data: Vec, +} -- cgit