Skip to content

Releases: savannstm/marshal-rs

0.3.3

08 Jan 10:33
Compare
Choose a tag to compare

Changes

  • Fixed panic on some strings processing.

0.3.2

26 Oct 12:00
Compare
Choose a tag to compare

Changes

  • That's a long story: with the 0.3.1 version, rvpacker-txt-rs wasn't producing the right files using marshal-rs. But on its own, marshal-rs was, like, producing everything cool. I've rewritten some lines and everything didn't work, so I just took the code from 0.3.0 version, rewritten the 0.3.1 update again, and everything works. And as long as it works, I'm fine.

0.3.1

22 Oct 02:48
be260ef
Compare
Choose a tag to compare

Changes

  • Refactored read_byte function to return Result instead of panicking
  • Slightly improved performance

0.3.0

29 Sep 16:33
2829ee0
Compare
Choose a tag to compare

Changes

  • Refactored load module functions to return Results instead of panicking.
  • Refactored code from using cfg-if macros to #[cfg] attributes.
  • Improved code readability.

0.2.4

23 Aug 13:06
Compare
Choose a tag to compare

Changes

  • Fixed incorrect dumped value when instance_var_prefix argument is set to Some.

0.2.3

23 Aug 09:57
Compare
Choose a tag to compare

Changes

  • Removed object links writing in dump() because of unstable work and incorrect output files.

0.2.1

22 Aug 14:23
Compare
Choose a tag to compare

Changes

  • Fixed incorrect instance variables prefix substitution when "instance_var_prefix" argument is Some.

0.2.0

21 Aug 10:05
Compare
Choose a tag to compare

Changes

  • Fixed out-of-bounds panic when processing object links in load().
  • load()ed Regexps now preserve the x flag.
  • Now, program writes object links in dump().