1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/textproc/evtx/pkg-descr
Jose Alonso Cardenas Marquez 043215b4a1 textproc/evtx: New port: A Fast parser for the Windows XML Event Log (EVTX) format
A cross-platform parser for the Windows XML EventLog format

Features:

- Implemented using 100% safe rust - and works on all platforms supported by
  rust (that have stdlib).
- It's faster than any other implementation by order(s) of magnitude!
- Multi-threaded.
- Supports XML and JSON outputs, both being directly constructed from the token
  tree and independent of each other (no xml2json conversion is performed!)
- Supports some basic recovery of missing records/chunks!
2023-04-30 16:28:17 -05:00

12 lines
478 B
Plaintext

A cross-platform parser for the Windows XML EventLog format
Features:
- Implemented using 100% safe rust - and works on all platforms supported by
rust (that have stdlib).
- It's faster than any other implementation by order(s) of magnitude!
- Multi-threaded.
- Supports XML and JSON outputs, both being directly constructed from the token
tree and independent of each other (no xml2json conversion is performed!)
- Supports some basic recovery of missing records/chunks!