AluVM / rust-aluvm

Rust implementation of AluVM (RISC functional machine)
https://docs.rs/aluvm
Apache License 2.0
59 stars 22 forks source link

Add a feature `std` to `features.default`. #70

Closed monaka closed 1 year ago

monaka commented 1 year ago

This will fix AluVM/rust-aluvm#69.

Signed-off-by: Masaki Muranaka monaka@monami-ya.com

dr-orlovsky commented 1 year ago

Just for the information, this is not a fix for #69 - to fix it we need to change the import + fix strict_encoding_derive. I'll do that in the next few days.