vdf-rs
vdf-rs copied to clipboard
VDF parsing and (de)serialization for Rust
## `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...
- **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