once_self_cell 0.2.0

Safe to use macro free self referential structs in stable Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.once_cell]
version = ">=1"
[dev-dependencies.crossbeam-utils]
version = "0.8.0"

[package]
authors = ["Lukas Bergdoll <lukas.bergdoll@gmail.com>"]
categories = ["rust-patterns", "memory-management"]
description = "Safe to use macro free self referential structs in stable Rust."
documentation = "https://docs.rs/once_self_cell"
edition = "2018"
include = ["src/*.rs", "Cargo.toml"]
keywords = ["lazy", "lifetime", "borrowing", "self", "reference"]
license = "Apache-2.0"
name = "once_self_cell"
readme = "README.md"
repository = "https://github.com/Voultapher/once_self_cell"
version = "0.2.0"