rug-binserial 0.2.0

A very simple crate to serialize rug integers as strings of bytes (for use in efficient binary serialization)
Documentation

Rug-BinSerial

Rug currently serializes integers as hexadecimal strings. This leads to a 2x overhead when using e.g. bincode.

This crate allows converting to/from a struct which is serialized as a vector of bytes. That's it.