Expand description
Core types and utilities for the clang-tool-chain-bins workspace.
Provides platform/architecture detection, formatting helpers, and shared types used across all ctcb crates.
Structs§
- Target
- A (platform, architecture) pair identifying a build target.
Enums§
Functions§
- format_
duration - Format a
Durationas a human-readable string. - format_
size - Format a byte count as a human-readable string (e.g.
"52.3 MB"). - print_
section - Print a section header surrounded by a 70-character separator line.