Docs.rs
anyctx-0.1.0
anyctx 0.1.0
Permalink
Docs.rs crate page
ISC
Links
Repository
crates.io
Source
Owners
nullchinchilla
Dependencies
ahash ^0.8.6
normal
dashmap ^5.5.3
normal
Versions
80%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
anyctx
0.1.0
All Items
Crate Items
Structs
Crate
anyctx
Copy item path
Source
Structs
§
AnyCtx
A context type for storing and retrieving “quasi-global” data in a type-safe and scope-respecting manner. Think of it as a “god object” that does not clutter up scope or generate spaghetti.