ctxmap 0.3.0

A collection that can store references of different types and lifetimes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.once_cell]
version = "1.12.0"

[package]
authors = ["frozenlib"]
categories = ["data-structures"]
description = "A collection that can store references of different types and lifetimes."
documentation = "https://docs.rs/ctxmap/"
edition = "2021"
keywords = ["map", "reference", "scope", "lifetime"]
license = "MIT OR Apache-2.0"
name = "ctxmap"
readme = "../README.md"
repository = "https://github.com/frozenlib/ctxmap"
resolver = "2"
version = "0.3.0"