vdf-rs icon indicating copy to clipboard operation
vdf-rs copied to clipboard

Add in binary parsing

Open CosmicHorrorDev opened this issue 3 years ago • 2 comments

Currently only text parsing is supported, but there is also a binary format provided for vdf. Since pest doesn't support binary parsing we'll have to pull in some other parsing library as well that supports binary parsing.

CosmicHorrorDev avatar Mar 28 '21 06:03 CosmicHorrorDev