aschampion / rust-n5

Rust implementation of the N5 "Not HDF5" tensor file system format
Apache License 2.0
15 stars 3 forks source link

Filesystem fails to read from links #44

Closed aschampion closed 4 years ago

aschampion commented 4 years ago

Probably an issue of using is_file rather than !is_dir somewhere.