solverforge-console 0.8.4

Colorful console output for SolverForge solver metrics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "solverforge-console"
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
description = "Colorful console output for SolverForge solver metrics"

[dependencies]
tracing.workspace = true
tracing-subscriber.workspace = true
owo-colors = { workspace = true }
num-format = "0.4.4"

[features]
verbose-logging = []