rust-lang-nursery / lazy-static.rs

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

Include `homepage` in Cargo.toml #67

Closed dtolnay closed 7 years ago

dtolnay commented 7 years ago

Although there is a debate to be had about whether this is necessary... https://github.com/brson/rust-api-guidelines/issues/26.

daniellockyer commented 7 years ago

Would like to work on this. Should we use https://github.com/rust-lang-nursery/lazy-static.rs or https://crates.io/crates/lazy_static as the homepage?

dtolnay commented 7 years ago

We don't know :confused: https://github.com/brson/rust-api-guidelines/issues/26. I think this will be discussed at the libs team meeting next week.

daniellockyer commented 7 years ago

Alright, I'll keep an eye on the meeting and see what they say :grinning:

tmccombs commented 7 years ago

Alternatively, there could be an actual homepage for lazy_static.

brson commented 7 years ago

Resolution on the guidelines is to not add 'homepage' unless there is an actual homepage.