aboutsummaryrefslogtreecommitdiff
path: root/server/src/data/mod.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-16 15:33:52 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-16 15:34:01 +0200
commita24dd4b81ad8f87d34f1c55efa17cd3840d2ac5e (patch)
tree7ffdf92a44f73d6f7c5db4a30f2254117dc8f49b /server/src/data/mod.rs
parent8f949e36143eabd8b176dbd16c3d90045d256a74 (diff)
downloadhurrycurry-a24dd4b81ad8f87d34f1c55efa17cd3840d2ac5e.tar
hurrycurry-a24dd4b81ad8f87d34f1c55efa17cd3840d2ac5e.tar.bz2
hurrycurry-a24dd4b81ad8f87d34f1c55efa17cd3840d2ac5e.tar.zst
generate index for passive recipes by input for faster lookup
Diffstat (limited to 'server/src/data/mod.rs')
-rw-r--r--server/src/data/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/data/mod.rs b/server/src/data/mod.rs
index 12d4f23e..246f695e 100644
--- a/server/src/data/mod.rs
+++ b/server/src/data/mod.rs
@@ -17,6 +17,7 @@
*/
pub mod demands;
+pub mod index;
use crate::entity::{construct_entity, Entities, EntityDecl};
use anyhow::{anyhow, bail, Result};