docs: Add Rustdoc for modules, functions, and structs

Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-10 12:28:47 -03:00
parent 56a0ba2519
commit 58b5c8187b
8 changed files with 69 additions and 17 deletions

View File

@@ -1,5 +1,6 @@
use thiserror::Error;
/// Core error types used across services for consistent error handling.
#[derive(Error, Debug)]
pub enum CoreError {
#[error("Database error: {0}")]