| Crates.io | xbe |
| lib.rs | xbe |
| version | 0.1.1 |
| created_at | 2018-08-16 15:48:51.157302+00 |
| updated_at | 2018-08-16 15:52:20.973309+00 |
| description | A parser for .xbe files (Xbox executable) |
| homepage | |
| repository | https://github.com/jonas-schievink/xbe.git |
| max_upload_size | |
| id | 79781 |
| size | 85,782 |
This crate provides a parser for .xbe files, which were used by the original
Xbox to store executable files. It aims to provide a simple and well-documented
interface.
Please refer to the changelog to see what changed in the last releases.
Start by adding an entry to your Cargo.toml:
[dependencies]
xbe = "0.1.1"
Then import the crate into your Rust code:
extern crate xbe;