singleton-cell 0.1.1

A more powerful Ghost Cell allowing the use of any singleton as the key
Documentation
[package]
name = "singleton-cell"
version = "0.1.1"
authors = ["Jason Carr <jcarr250@protonmail.com>"]
edition = "2018"
include = ["src/**/*", "Cargo.toml"]
description = "A more powerful Ghost Cell allowing the use of any singleton as the key"
license = "MIT"
repository = "https://gitlab.com/jcarr0/scell"
readme = "README.md"
categories = ["no-std", "rust-patterns", "memory-management"]
keywords = ["cell", "experimental", "ghost", "borrow", "borrowing"]

[dependencies]
singleton-trait = "0.1.2"