xentrace-parser-0.7.3 has been yanked.
XenTrace binary data parser (RUST LANG)

This library parses XenTrace binary files by producing a list of events sorted by their TSC. This is the Rust lang version of a project made for the final three-year degree exam at the University of Turin.
Usage
use ;
This example could be started from the repo's root directory with:
cargo run --example simple_print
License
This library is released under the GNU Lesser General Public License v2.1 (or later).