m4b / goblin

An impish, cross-platform binary parsing crate, written in Rust
MIT License
1.17k stars 156 forks source link

Build failure in no_std environment #353

Closed terrarier2111 closed 1 year ago

terrarier2111 commented 1 year ago

I am trying to use globlin like this: goblin = { version = "0.6", features = [] } but i am constantly getting build errors from scroll 0.11 about missing std stuff, is this to be expected?