feat: add LookupService with moka cache and provider orchestration

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-05 15:13:28 +02:00
parent 9f3ff2633c
commit 1a33317b6d
4 changed files with 455 additions and 0 deletions
+2
View File
@@ -1,2 +1,4 @@
pub mod error;
pub mod fetch;
pub mod model;
pub mod service;