Skip to content

0.7.0

Compare
Choose a tag to compare
@vigna vigna released this 18 Feb 17:23
· 34 commits to main since this release

[0.7.0] - 2025-02-18

New

  • Now SerializeInner inner has an associated type SerType that is used to
    write the file header. This is done so Data<&[u32]> can be conveniently
    serialized as if it were Data<Vec<u32>>. There is no change in the file
    format.