Language

Package: rust-lazy-static @ 1.3.0

Synopsis

Macro for declaring lazily evaluated statics in Rust

Description

This package provides a macro for declaring lazily evaluated statics in Rust. Using this macro, it is possible to have statics that require code to be executed at runtime in order to be initialized. This includes anything requiring heap allocations, like vectors or hash maps, as well as anything that requires non-const function calls to be computed.

Home page
https://github.com/rust-lang-nursery/lazy-static.rs
Location
gnu/packages/crates-io.scm (line: 5493, column: 2)
Licenses

Lint warnings

LinterMessageLocation
No lint warnings