Read back array data from value blob

This commit is contained in:
Dominik Werder
2024-05-17 22:26:29 +02:00
parent 51bafd4681
commit 437e6d0d76
9 changed files with 375 additions and 150 deletions

View File

@@ -64,7 +64,7 @@ async fn go() -> Result<(), Error> {
};
match opts.subcmd {
SubCmd::Retrieval(subcmd) => {
info!("daqbuffer version {} +0002", clap::crate_version!());
info!("daqbuffer version {} +0003", clap::crate_version!());
info!(" service_version {}", service_version);
if false {
#[allow(non_snake_case)]