Skip to main content

Crate ctcb_core

Crate ctcb_core 

Source
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§

Arch
Supported CPU architectures.
Platform
Supported operating system platforms.

Functions§

format_duration
Format a Duration as 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.