expman-core 0.2.2

Core logic and storage engine for expman
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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`.