1//! Verdure Core Library
2//!
3//! This crate provides the core error handling types and utilities for the Verdure IoC framework.
4//! It defines the fundamental error types used throughout the framework for consistent error handling.
56pub mod error;