`dtype_from_str` defaulted every non-{F32,I32,I64,U64} input to F64,
which inflated u8 datasets by 8× on the receiving side and broke
semantic-tier delta apply round-trips for the Omni-Cortex u8 centroid
layout.
Extends `dtype_from_str`, `read_ds_raw`, and `write_dataset` to handle
every integer width `clawhdf5::DType` enumerates. Narrow-int datasets
now round-trip byte-for-byte through `apply_patches_to_bytes` and
`apply_received_payloads`.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Runs cargo fmt --all; all 573 tests still passing, clippy still clean.
No logic changes — formatting only.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>