Crates.io | interrupt-bindgen |
lib.rs | interrupt-bindgen |
version | 0.1.1 |
source | src |
created_at | 2023-12-23 09:53:07.110872 |
updated_at | 2023-12-23 10:19:08.980429 |
description | A tool to generate interrupt bindings. |
homepage | |
repository | https://github.com/joschatom/interrupt-bindgen |
max_upload_size | |
id | 1078976 |
size | 28,976 |
Welcome to the README file for the project interrupt-bindgen
!
To build and install the project and its dependencies, please follow these steps:
git clone https://github.com/joschatom/interrupt-bindgen
cd repo
make install
Note: In the future the tool might be installable using the cargo install interrupt-bindgen
command.
Run the interrupt-bindgen --help
command for command usage.
We welcome contributions from the community. If you would like to contribute to the project, please follow these guidelines:
git checkout -b feature/your-feature
git commit -m 'Add your changes'
git push origin feature/your-feature
This project is licensed under the MIT License. Please see the LICENSE file for more information.