xbe

Crates.ioxbe
lib.rsxbe
version0.1.1
sourcesrc
created_at2018-08-16 15:48:51.157302
updated_at2018-08-16 15:52:20.973309
descriptionA parser for .xbe files (Xbox executable)
homepage
repositoryhttps://github.com/jonas-schievink/xbe.git
max_upload_size
id79781
size85,782
Jonas Schievink (jonas-schievink)

documentation

https://docs.rs/xbe/

README

Parser for Xbox Executables (XBE)

crates.io docs.rs Build Status

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.

Usage

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;
Commit count: 41

cargo fmt