Skip to content

no_std is broken #30

@MarkSwanson

Description

@MarkSwanson

Edit: actually, just try to compile the rust-compression crate will fail using:
cargo build --target thumbv7m-none-eabi

Add compression to a no_std crate and compile for an arm micro controller like:
cargo build --target thumbv7m-none-eabi

error[E0463]: can't find crate for std
--> /home/mswanson/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:9:1
|
9 | extern crate std;
| ^^^^^^^^^^^^^^^^^ can't find crate

Cargo.toml:
[dependencies.compression]
version = "0.1.4"
default-features = false
features = ["deflate"]

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