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

VDF parsing and (de)serialization for Rust

Results 14 vdf-rs issues
Sort by recently updated
recently updated
newest added

## `keyvalues-parser` - [ ] Split the error type into separate parse/render errors (akin to `serde`'s ser/de errors) - [ ] Add more context to the parse error including tracking...

Not sure why anyone would want this, but the parser can exist with just `alloc`, and `keyvalues-serde` only has a few bits that would require `std`. It would be a...

enhancement

- **feat(parser): Flesh out parser error variants** - **refactor(parser): Split error into parser/renderer errors** - **wip: Pretty display error info**

Look into their error context stuff and figure out how we want to expose things for our error type