Implement basic caching.

This commit is contained in:
Paul Makles
2020-08-03 10:51:14 +02:00
parent 6f065b7575
commit b0f8abef33
5 changed files with 151 additions and 15 deletions

View File

@@ -27,3 +27,5 @@ hashbrown = "0.7.1"
serde_json = "1.0.51"
rocket_cors = "0.5.2"
bitfield = "0.13.2"
lru = "0.5.3"
lazy_static = "1.4.0"