titanium-cache 0.1.6

In-memory cache for Discord entities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "titanium-cache"

description = "In-memory cache for Discord entities"

version.workspace = true

edition.workspace = true

license.workspace = true

repository.workspace = true

authors.workspace = true

readme.workspace = true



[package.metadata.docs.rs]

all-features = false

no-default-features = true



[dependencies]

titanium-model = { path = "../titanium-model", version = "0.1.6" }

dashmap = { workspace = true }

parking_lot = { workspace = true }