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

Add categories to Cargo.toml #76

Closed SamWhited closed 7 years ago

SamWhited commented 7 years ago

Fixes #66

These were the only two categories that I saw that made sense to me; maybe "memory_management", but that felt like a stretch.

brson commented 7 years ago

Oh thanks @SamWhited! Sorry we missed this for so long.