Skip to main content

verdure_core/
lib.rs

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.
5
6pub mod error;