Skip to content

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

Notifications You must be signed in to change notification settings

rot256/rug-binserial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages