belt 3.6.0

A fast, cross-platform Factorio benchmarking tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Library root for BELT.
//!
//! Exposes core benchmarking and configuration APIs.

pub mod analyze;
pub mod benchmark;
pub mod core;
pub mod sanitize;

/// Re-export commonly used types for convenience.
pub use core::config::{BenchmarkConfig, GlobalConfig};
pub use core::error::{BenchmarkError, BenchmarkErrorKind, Result};