interrupt-bindgen-0.1.1 is not a library.
Interrupt Bindgen
Welcome to the README file for the project interrupt-bindgen!
Table of Contents
Installation
To build and install the project and its dependencies, please follow these steps:
- Clone the repository:
git clone https://github.com/joschatom/interrupt-bindgen - Navigate to the project directory:
cd repo - Build and install executable:
make install
Note: In the future the tool might be installable using the cargo install interrupt-bindgen command.
Usage
Run the interrupt-bindgen --help command for command usage.
Contributing
We welcome contributions from the community. If you would like to contribute to the project, please follow these guidelines:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature - Make your changes and commit them:
git commit -m 'Add your changes' - Push to the branch:
git push origin feature/your-feature - Submit a pull request.
License
This project is licensed under the MIT License. Please see the LICENSE file for more information.