self_cell 0.9.1

Safe-to-use proc-macro-free self-referential structs in stable Rust.
Documentation
[dependencies]
[dev-dependencies.crossbeam-utils]
version = "0.8.0"

[dev-dependencies.impls]
version = "1.0.3"

[dev-dependencies.once_cell]
version = ">=1"

[dev-dependencies.trybuild]
version = "1.0.37"

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