interrupt-bindgen

Crates.iointerrupt-bindgen
lib.rsinterrupt-bindgen
version0.1.1
sourcesrc
created_at2023-12-23 09:53:07.110872
updated_at2023-12-23 10:19:08.980429
descriptionA tool to generate interrupt bindings.
homepage
repositoryhttps://github.com/joschatom/interrupt-bindgen
max_upload_size
id1078976
size28,976
Joscha Egloff (joschatom)

documentation

https://docs.rs/interrupt-bindgen

README

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:

  1. Clone the repository: git clone https://github.com/joschatom/interrupt-bindgen
  2. Navigate to the project directory: cd repo
  3. 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:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes and commit them: git commit -m 'Add your changes'
  4. Push to the branch: git push origin feature/your-feature
  5. Submit a pull request.

License

This project is licensed under the MIT License. Please see the LICENSE file for more information.

Commit count: 7

cargo fmt