verdure-core 0.0.5

An ecosystem framework for Rust.
Documentation
1
2
3
4
5
6
//! Verdure Core Library
//!
//! This crate provides the core error handling types and utilities for the Verdure IoC framework.
//! It defines the fundamental error types used throughout the framework for consistent error handling.

pub mod error;