runtime-context 0.1.1

A runtime context providing type storage and management.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "runtime-context"
version = "0.1.1"
edition = "2024"
authors = ["Slixe <slixeprivate@gmail.com>"]
description = "A runtime context providing type storage and management."
license = "MIT"
keywords = ["runtime", "context", "type"]

repository = "https://github.com/xelis-project/runtime-context"
homepage = "https://github.com/xelis-project/runtime-context"
readme = "README.md"

[dependencies]
better_any = "0.2.1"