xes 0.1.0

Support for reading and writing eXtensible Event Stream (XES) format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod attribute;
pub(crate) mod event;
pub(crate) mod extension;
pub(crate) mod log;
pub(crate) mod trace;

pub use attribute::Attribute;
pub use event::Event;
pub use extension::Extension;
pub use log::Log;
pub use trace::Trace;