rust-lang-nursery / lazy-static.rs

A small macro for defining lazy evaluated static variables in Rust.
Apache License 2.0
1.9k stars 108 forks source link

Dependancy on stdlib #207

Open kpishere opened 1 year ago

kpishere commented 1 year ago

Can't use due to dependency on extern crate std;

kpishere commented 1 year ago

Found out how to set feature ... lazy_static = { version = "1.4.0", features = ["spin_no_std"] }