anyctx 0.1.0

An experimental, dynamically bound yet statically typed context object for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.ahash]
version = "0.8.6"

[dependencies.dashmap]
version = "5.5.3"

[package]
description = "An experimental, dynamically bound yet statically typed context object for Rust"
edition = "2021"
license = "ISC"
name = "anyctx"
repository = "https://github.com/nullchinchilla/anyctx"
version = "0.1.0"