Skip to content

Support no_std #7

@theoparis

Description

@theoparis

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions