This commit is contained in:
Dominik Werder
2023-12-22 21:31:00 +01:00
parent 71fa333f75
commit 4e758dc4b8
20 changed files with 529 additions and 320 deletions

View File

@@ -1,10 +1,8 @@
use log::*;
use std::ffi::CStr;
use std::mem::MaybeUninit;
use thiserror::Error;
#[derive(Debug, Error)]
#[error("{self}")]
pub enum Error {
SignalHandlerSet,
SignalHandlerUnset,