-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels