Record element start events and report them when the event_count feature is enabled.

This commit is contained in:
Tom Alexander
2023-10-17 13:32:01 -04:00
parent 17db05c2c7
commit a2f53361eb
7 changed files with 70 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ pub mod compare;
mod context;
mod error;
#[cfg(feature = "event_count")]
pub mod event_count;
mod iter;
pub mod parser;
pub mod types;