From 8b763dcc20f5872a1d79533985c75253896347e1 Mon Sep 17 00:00:00 2001 From: Diego Date: Wed, 13 Mar 2024 10:54:04 +0100 Subject: [PATCH] HELP ME GIT IS TORTURING ME --- examples/metadata_load.rs | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 examples/metadata_load.rs diff --git a/examples/metadata_load.rs b/examples/metadata_load.rs deleted file mode 100644 index 577632b..0000000 --- a/examples/metadata_load.rs +++ /dev/null @@ -1,19 +0,0 @@ -use remote_hdt::error::RemoteHDTError; -use remote_hdt::metadata::Metadata; -use remote_hdt::storage::params::Backend; -use remote_hdt::storage::params::Serialization; -use remote_hdt::metadata::structure::coordinates::CoordinatesStructure; - - -use remote_hdt::storage::params::ChunkingStrategy; - -fn main() -> Result<(), RemoteHDTError> { - - - - Metadata::new( CoordinatesStructure,Serialization::Zarr).; - - - - Ok(()) -}