diff options
Diffstat (limited to 'third_party/rust/interrupt-support/README.md')
-rw-r--r-- | third_party/rust/interrupt-support/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/rust/interrupt-support/README.md b/third_party/rust/interrupt-support/README.md new file mode 100644 index 0000000000..5a9fbe5f39 --- /dev/null +++ b/third_party/rust/interrupt-support/README.md @@ -0,0 +1,4 @@ +## Interrupt crate + +This create exposes traits and errors to allow for interrupt support across +the various crates in this repository. |