handle construction results, separate index methods

This commit is contained in:
yggverse 2024-11-16 20:27:33 +02:00
parent e60a00c500
commit 611addda42
9 changed files with 105 additions and 40 deletions

View file

@ -0,0 +1,5 @@
#[derive(Debug)]
pub enum Error {
Database,
Gemini,
}