Releases: savannstm/marshal-rs
Releases · savannstm/marshal-rs
0.3.3
Changes
- Fixed panic on some strings processing.
0.3.2
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
Changes
- Refactored
read_byte
function to return Result
instead of panicking
- Slightly improved performance
0.3.0
Changes
- Refactored
load
module functions to return Result
s instead of panicking.
- Refactored code from using
cfg-if
macros to #[cfg]
attributes.
- Improved code readability.
0.2.4
Changes
- Fixed incorrect dumped value when
instance_var_prefix
argument is set to Some
.
0.2.3
Changes
- Removed object links writing in
dump()
because of unstable work and incorrect output files.
0.2.1
Changes
- Fixed incorrect instance variables prefix substitution when "instance_var_prefix" argument is Some.
0.2.0
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()
.