self_cell 0.7.0

Safe-to-use proc-macro-free self-referential structs in stable Rust.
Documentation
[package]
name = "self_cell"
version = "0.7.0"
authors = ["Lukas Bergdoll <lukas.bergdoll@gmail.com>"]
edition = "2018"
license = "Apache-2.0"

description = "Safe-to-use proc-macro-free self-referential structs in stable Rust."
readme = "README.md"
documentation = "https://docs.rs/self_cell"

repository = "https://github.com/Voultapher/self_cell"
keywords = ["lazy", "lifetime", "borrowing", "self", "reference"]
categories = ["rust-patterns", "memory-management"]

include = [
    "src/*.rs",
    "Cargo.toml",
]

[dependencies]

[dev-dependencies]
crossbeam-utils = "0.8.0"
trybuild = "1.0.37"
impls = "1.0.3"
once_cell = ">=1"