ruspiro-interrupt 0.5.0

Providing a simple and convenient way to implement interrupt handler for Raspberry Pi interrupts.
1
2
3
4
5
6
7
8
9
10
/***********************************************************************************************************************
 * Copyright (c) 2019 by the authors
 *
 * Author: André Borrmann
 * License: Apache License 2.0
 **********************************************************************************************************************/

// build script only required to be able to provide a linking name for this crate which prevents from different versions
// of the same crate to be allowed as dependency as this would break how this crate is linked into the final binary.
fn main() {}