expman-core 0.1.2

Core logic and storage engine for expman
Documentation

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.

Usage

Add expman-core to your Cargo.toml:

[dependencies]
expman-core = { version = "0.1.0" }

API Documentation

For detailed API documentation, run cargo doc --open.