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
Experimentstruct 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.
Usage
Add expman-core to your Cargo.toml:
[]
= { = "0.1.0" }
API Documentation
For detailed API documentation, run cargo doc --open.