schroedinger_box 0.0.2

A Rust container type modeled after Erwin Schrödinger’s famous thought experiment.
Documentation
[package]
name = "schroedinger_box"
version = "0.0.2"
authors = ["P1start"]
description = """
A Rust container type modeled after Erwin Schrödinger’s famous thought
experiment.
"""
license = "MIT/Apache-2.0"
repository = "https://github.com/P1start/schroedinger_box"

[dependencies]
rand = "*"