mesh-cli-0.2.0 is not a library.
mesh-cli: Command-line interface for mesh processing and repair.
This tool provides access to mesh-repair and mesh-shell functionality from the command line, suitable for scripting and CI/CD pipelines.
Logging
Set the RUST_LOG environment variable to control log output:
RUST_LOG=mesh_repair=info- Basic operation loggingRUST_LOG=mesh_repair=debug- Detailed progress loggingRUST_LOG=mesh_repair::timing=debug- Performance timingRUST_LOG=debug- All debug output
Example
# Basic repair with info logging
RUST_LOG=mesh_repair=info
# Debug output for troubleshooting
RUST_LOG=debug