# ExpMan Core
## Overview
The `expman-core` crate provides the fundamental building blocks for experiment management. It defines the core data structures, types, and logic used throughout the ExpMan ecosystem.
## Key Features
- **Experiment Definition**: Defines the `Experiment` struct and related types.
- **Metrics Logging**: Efficiently handles logging of experiment metrics.
- **Storage Abstraction**: Provides interfaces for storing and retrieving experiment data.
- **Configuration**: Manages configuration settings for experiments.
## API Documentation
For detailed API documentation, run `cargo doc --open`.