Enet4 / nifti-rs

Rust implementation of the NIfTI-1 format
Apache License 2.0
42 stars 12 forks source link

Remove nifti header builder #55

Closed Enet4 closed 5 years ago

Enet4 commented 5 years ago

This removes the NiftiHeaderBuilder and the dependency derive_builder. Reasons:

Hopefully there's no one relying heavily on this builder.

nilgoyette commented 5 years ago

I don't know about other programmers, but I confirm that we never used it. LGTM.