You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a std feature that can be disabled with an enabled alloc feature (see https://github.com/wcampbell0x2a/cpio-deku/blob/master/Cargo.toml#L8), but src/lib.rs requires std. I'm not sure what the no-std replacement for read/write would be though - see rust-lang/rust#48331. Most of the alternative read/write trait implementations are all unmaintained (e.g. core2). Also see dtolnay/thiserror#64, thiserror doesn't work with no-std.
The text was updated successfully, but these errors were encountered:
There seems to be a std feature that can be disabled with an enabled alloc feature (see https://github.com/wcampbell0x2a/cpio-deku/blob/master/Cargo.toml#L8), but src/lib.rs requires std. I'm not sure what the no-std replacement for read/write would be though - see rust-lang/rust#48331. Most of the alternative read/write trait implementations are all unmaintained (e.g. core2). Also see dtolnay/thiserror#64, thiserror doesn't work with no-std.
The text was updated successfully, but these errors were encountered: