Adding interrupt_ref_cell library as a dependency

Run this command in a terminal, in your project's directory:

cargo add interrupt-ref-cell

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

interrupt-ref-cell = "0.1.1"

The interrupt_ref_cell library will be automatically available globally. Read the interrupt_ref_cell library documentation.

Back to the crate overview.