Allow access to verbose struct entries & F128 values
What's Changed
- Add
entries
andentries_raw_data
methods toverbose::StructValue
to allow access to fields - Corrected
serde::Serialize
implementation forverbose::StructValue
to serialize the field values - Add
RawF128
with methods to access byte representations. - Further
RawF16
implementations - Add example for manual printing of verbose data
Full Changelog: v0.8.4...v0.9.0