This package browser is in early development. Mind the rough edges.

rust-lazy-static 0.1.16

Macro for declaring lazily evaluated statics in Rust

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.

Installation

Install rust-lazy-static 0.1.16 as follows:

guix install rust-lazy-static@0.1.16

Or install the latest version:

guix install rust-lazy-static

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.