[go: up one dir, main page]

once_cell 0.0.1

Lazy and lazy static values without macros
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "once_cell"
version = "0.0.1"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
categories = [ "rust-patterns" ]
repository = "https://github.com/matklad/once_cell"
description = """
Lazy and lazy static values without macros
"""
license = "MIT OR Apache-2.0"