rust-lazy-static 1.5.0
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 static
s 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.
- Outputs:
out
- Website: https://github.com/rust-lang-nursery/lazy-static.rs
- Licenses: ASL 2.0 · Expat
- Package source: gnu/packages/crates-io.scm
- Builds: See build status
- Issues: See known issues
Installation
Install rust-lazy-static 1.5.0
as follows:
guix install rust-lazy-static@1.5.0
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.