https://github.com/flier/rust-xed
https://github.com/flier/rust-xed
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flier/rust-xed
- Owner: flier
- License: apache-2.0
- Created: 2024-01-03T16:15:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T13:53:47.000Z (over 2 years ago)
- Last Synced: 2025-10-22T10:53:55.532Z (9 months ago)
- Language: Rust
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xed
Rust bindings for [Intel XED](https://intelxed.github.io/), it's an experimental prototype base on the [xed-sys](https://github.com/rust-xed/xed-sys) crate.
## Building
In order to build this crate, you need:
- Python version 3.8 or later ([to build XED](https://intelxed.github.io/build-manual/)).
- A C compiler.
## Examples
You can find usage examples in the [examples](examples) directory.
These examples are meant to be executed with cargo. For instance, to run the example named `xed-min`:
```sh
# cd to the crate's root directory
$ cargo run --example xed-min
```