Skip to content

Releases: remoc-rs/postbag

v0.4.3

Choose a tag to compare

@surban surban released this 07 Mar 12:38

0.4.3

  • make #[serde(alias="...")] work in fast compile mode

v0.4.2

Choose a tag to compare

@surban surban released this 03 Mar 10:48

0.4.2

  • Reduced compile times by adding #[inline(never)] to serde trait implementation
    methods that are monomorphized per type (serializer and deserializer).
  • Added optional postbag_fast_compile mode that uses buffered visit_seq
    instead of streaming visit_map for Full struct deserialization, further
    reducing compile times at the cost of buffering struct data in memory.
    Enable with RUSTFLAGS="--cfg postbag_fast_compile".

v0.4.1

Choose a tag to compare

@surban surban released this 15 Sep 12:21

Updated API.

v0.2.0

Choose a tag to compare

@surban surban released this 07 Sep 12:57
tests