expman 0.2.2

High-performance experiment manager with Rust backend (CLI and library)
docs.rs failed to build expman-0.2.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: expman-1.0.0

ExpMan CLI

Overview

The expman-cli crate provides the command-line interface for ExpMan. It allows users to manage experiments, start the server, and perform other administrative tasks directly from the terminal.

Key Features

  • Experiment Management: Create, list, and delete experiments.
  • Server Control: Start and stop the ExpMan server.
  • Configuration: Manage global configuration settings.

Usage

Install the CLI using cargo install:

cargo install expman-cli

Commands

  • expman serve: Start the ExpMan server.
  • expman list: List all experiments.
  • expman help: Show available commands.

API Documentation

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