XenTrace binary data parser (RUST LANG)

This library parses XenTrace binary files by producing a list of event records 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.
Dependencies
rust(v1.65+)
Usage
use ;
An example debug can be started from the root directory with:
cargo run --example debug_trace(only available on GitHub sources).
License
This library is released under the GNU Lesser General Public License v2.1 (or later).