https://github.com/spikehd/ihslib-bindgen
Rust Bindgen for mariotaku/ihslib
https://github.com/spikehd/ihslib-bindgen
Last synced: 8 months ago
JSON representation
Rust Bindgen for mariotaku/ihslib
- Host: GitHub
- URL: https://github.com/spikehd/ihslib-bindgen
- Owner: SpikeHD
- License: mit
- Created: 2024-05-14T00:53:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T18:54:57.000Z (about 2 years ago)
- Last Synced: 2025-10-14T17:25:53.251Z (8 months ago)
- Language: Rust
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ihslib-bindgen
Rust Bindgen for mariotaku/ihslib
# Requirements
* `protoc`
* `sdl2-dev`
* `libssl-dev`
* `libprotobuf-dev`
* `libmbedtls-dev`
* Maybe others that I forgot
# Usage
## Remotely
1. Add this under `[dependencies]`
```toml
ihslib-bindgen = { git = "https://github.com/SpikeHD/ihslib-bindgen.git" }
```
## Locally
1. Clone the repo
```bash
git clone https://github.com/SpikeHD/ihslib-bindgen.git
```
2. Run `cargo build`
3. To use locally in a project, add this under `[dependencies]`
```toml
ihslib-bindgen = { path = "/path/to/ihslib-bindgen" }
```