CosmicHorrorDev / vdf-rs

VDF parsing and (de)serialization for Rust
Apache License 2.0
30 stars 3 forks source link

Add `#![no_std]` support #60

Open CosmicHorrorDev opened 1 week ago

CosmicHorrorDev commented 1 week ago

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 fun exercise