We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa3090 commit 8877f38Copy full SHA for 8877f38
CHANGELOG.md
@@ -7,6 +7,10 @@
7
- `Error` now implements `From<Infallible>`, which allows passing convertible
8
extents (like tuples of integers) where `impl TryInto<Extents>` is required.
9
- Support for HDF5 versions 1.12.1 and 1.10.8
10
+- `#[derive(H5Type)]` now supports structs / tuple structs with `repr(packed)`.
11
+- `#[derive(H5Type)]` now supports structs / tuple structs with
12
+ `repr(transparent)` (the generated HDF5 type is equivalent to the type of
13
+ the field and is not compound).
14
15
### Changed
16
0 commit comments