Skip to content

Reorganize/rename items in public API #43

Description

@jturner314

I'm considering changing the public API as follows:

  • Move .npz functionality into a separate crate
  • Rename ReadableElement to ReadElement
  • Rename WritableElement to WriteElement
  • Rename read_npy to from_reader or read and change it to take R: Read instead of a path
  • Rename write_npy to to_writer or write and change it to take W: Write instead of a path
  • Rename write_zeroed_npy to to_writer_zeroed or write_zeroed
  • Remove "npy" from the names of the error types and possibly the extension traits (but not the names of the methods in the extension traits)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking changePRs that break backwards compatibility

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions