keltia / fetiche-rs

Rust crates for managing Surveillance data — ingress/egress formats for ECTL
MIT License
1 stars 1 forks source link

Separation of modules as sources/formats might have been a nice idea... or not. #28

Open keltia opened 9 months ago

keltia commented 9 months ago

Having two crates, one describing the various formats and the other for managing HTTP access, operations and authentication makes sense in a way but it does complicate using both. They are really closely tied, probably too much.

Refactoring into some kind of "plugin" with various traits might make more sense.

To be explored.