Crates.io | halt_and_catch_fire |
lib.rs | halt_and_catch_fire |
version | |
source | src |
created_at | 2025-01-25 09:19:42.057066 |
updated_at | 2025-01-25 09:19:42.057066 |
description | Halt and catch fire. |
homepage | |
repository | https://gitlab.com/konnorandrews/halt-and-catch-fire |
max_upload_size | |
id | 1530472 |
Cargo.toml error: | TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
In computer engineering, Halt and Catch Fire, known by the assembly language mnemonic HCF, is an idiom referring to a computer machine code instruction that causes the computer's central processing unit (CPU) to cease meaningful operation, typically requiring a restart of the computer.
https://en.wikipedia.org/wiki/Halt_and_Catch_Fire_(computing)