jturner314 / ndarray-npy

.npy and .npz file format support for ndarray
https://docs.rs/ndarray-npy
Apache License 2.0
54 stars 18 forks source link

Reorganize/rename items in public API #43

Open jturner314 opened 3 years ago

jturner314 commented 3 years ago

I'm considering changing the public API as follows:

nilgoyette commented 3 years ago

Move .npz functionality into a separate crate

I'm not for or against, but I wonder why you want to do that. Is there a problem with the current feature gate?

jturner314 commented 3 years ago

The current feature gate is fine as-is, but there are a few advantages to moving the .npz functionality into a separate crate: