rug-binserial

Crates.iorug-binserial
lib.rsrug-binserial
version0.2.0
sourcesrc
created_at2021-01-12 19:10:44.308583
updated_at2021-10-27 19:25:14.613882
descriptionA very simple crate to serialize rug integers as strings of bytes (for use in efficient binary serialization)
homepage
repositoryhttps://github.com/rot256/rug-binserial
max_upload_size
id340996
size6,120
Mathias Hall-Andersen (rot256)

documentation

README

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.

Commit count: 12

cargo fmt