msgpack-rust icon indicating copy to clipboard operation
msgpack-rust copied to clipboard

Force write_sint to actually write a signed int as per the docs

Open JoeOsborn opened this issue 2 months ago • 0 comments

Bug #331 points out that the docs for write_sint conflict with the implementation. This revises tests and implementation to match the docs, which feels most correct.

JoeOsborn avatar Oct 29 '25 22:10 JoeOsborn