index
:
JustEnoughVCS/CommandLine.git
deploy/nightly
dev
main
CLI For JVCS!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmds
/
out
/
hex.rs
blob: 69e2b37ac51a4c1f903efe68cd9fc34f9c68d360 (
plain
)
1
2
3
4
5
6
use serde::Serialize; #[derive(Serialize)] pub struct JVHexOutput { pub data: Vec<u8>, }