Expand description
printwell-cli library - exports C entry point for linking by Chromium’s ninja.
This architecture keeps our Rust stdlib separate from Chromium’s internal Rust stdlib, avoiding ABI conflicts.
Macros§
- status
- Print a status message to stderr.
Functions§
- printwell_
cleanup - Cleanup the Rust runtime (called once at shutdown).
- printwell_
init - Initialize the Rust runtime (called once at startup).
- printwell_
main ⚠ - C entry point called from C++ main. Takes argument count/values and returns exit code.