https://github.com/darfink/libudis86-sys
Rust FFI bindings to libudis86
https://github.com/darfink/libudis86-sys
Last synced: 6 months ago
JSON representation
Rust FFI bindings to libudis86
- Host: GitHub
- URL: https://github.com/darfink/libudis86-sys
- Owner: darfink
- Created: 2016-12-01T10:25:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T13:34:52.000Z (over 1 year ago)
- Last Synced: 2024-10-12T02:15:51.732Z (7 months ago)
- Language: C
- Size: 68.4 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libudis86-sys
This crate provides an interface for the [udis86](https://github.com/vmt/udis86)
library. An example can be found in [`src/lib.rs`](src/lib.rs).