-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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"]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels