msgpack-rust
msgpack-rust copied to clipboard
Force write_sint to actually write a signed int as per the docs
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.