</>PackageGraphPackageGraph

lazy_static

Cargov1.5.0

A macro for declaring lazily evaluated statics in Rust.

0
Weekly downloads
0
Dependents
0
Dependencies
0/100
Popularity

Overview

lazy_static is an Cargo package that a macro for declaring lazily evaluated statics in Rust. The latest version is 1.5.0.

Who should use it

Teams working in the Cargo ecosystem who need a macro for declaring lazily evaluated statics in Rust and value a focused solution.

When not to use it

Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your Cargo stack.

Pros

  • Zero runtime dependencies — minimal footprint.

Cons

  • No bundled TypeScript types (may require a separate @types package).
  • No license detected — review usage terms before adopting.

Auto-generated from collected registry metadata. No external claims are inferred.

Alternatives to lazy_static

Version history

VersionPublishedLicense
1.5.0latest2 years agoMIT OR Apache-2.0
1.1.16 years agoMIT/Apache-2.0
1.4.06 years agoMIT/Apache-2.0
1.3.07 years agoMIT/Apache-2.0
1.2.07 years agoMIT/Apache-2.0
1.1.08 years agoMIT/Apache-2.0
1.0.28 years agoMIT/Apache-2.0
1.0.18 years agoMIT/Apache-2.0
1.0.08 years agoMIT/Apache-2.0
0.2.118 years agoMIT/Apache-2.0
0.2.108 years agoMIT/Apache-2.0
0.2.98 years agoMIT/Apache-2.0
0.2.89 years agoMIT/Apache-2.0
0.2.79 years agoMIT/Apache-2.0
0.2.69 years agoMIT
0.2.59 years agoMIT
0.2.49 years agoMIT
0.2.39 years agoMIT
0.2.29 years agoMIT
0.2.110 years agoMIT

Maintainers

Keywords

Frequently asked questions

How do I install lazy_static?

Run `cargo add lazy_static` to add lazy_static to your Cargo project.

What license is lazy_static released under?

No license was detected in lazy_static's metadata; review the repository before use.

How popular is lazy_static?

lazy_static has approximately 0 downloads per week.