No description
Find a file
2025-07-24 09:58:39 +02:00
src added modules 2025-07-24 09:53:44 +02:00
tests added test for dependencyManagement 2025-07-24 09:58:39 +02:00
.gitignore exclude rustrover files 2025-07-23 12:52:30 +02:00
Cargo.lock support for characters event 2025-07-23 13:05:53 +02:00
Cargo.toml support for characters event 2025-07-23 13:05:53 +02:00
main.rs new files 2025-07-19 08:49:07 +02:00
README.md readme 2025-07-23 23:01:45 +02:00

currently implementing in rust:

  • a sax parser to read xml files (and existing xml binding in rust has trouble reading maven properties)
  • a dom parser to get a generic xml representation
  • a pom reader to get a maven specific representation
  • to find out what dependencies you have

Why rust and not a maven plugin?

  • faster
  • more challenges
  • run it in docker as a separate step