Also, the CRAM async builder has the function build_with_writer rather than the build_from_writer. I appreciate these are minor things, but thought I would raise them in case you want to move this library towards consistent names across modules/crates. I guess for backwards compatibility we could add the [#[deprecated](https://doc.rust-lang.org/reference/attributes/diagnostics.html#the-deprecated-attribute) attribute if you want to introduce the consistent named version.
Originally posted by @mbhall88 in https://github.com/zaeleus/noodles/pull/292#issue-2479959661
Builders in noodles use the from preposition instead of with.