singletonset 0.1.0

This crate provides the `SingletonSet` data structure, which makes it easy to store a single instance each of various types within a single set.
Documentation
[[example]]
name = "basic"
path = "examples/basic.rs"

[lib]
name = "singletonset"
path = "src/lib.rs"

[package]
authors = ["Jon Musselwhite"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "This crate provides the `SingletonSet` data structure, which makes it easy to store a single instance each of various types within a single set."
edition = "2021"
exclude = [".gitignore", ".github", ".markdownlint.jsonc"]
keywords = ["singleton", "data", "structure", "set"]
license = "MIT OR Apache-2.0"
name = "singletonset"
readme = "README.md"
repository = "https://github.com/FlippingBinaryLLC/singletonset-rs"
rust-version = "1.56.1"
version = "0.1.0"