matsim-vsp / parallel_qsim_rust

Parallel and distributed implementation of the Qsim in Rust
8 stars 0 forks source link

Divide messages.rs into smaller files #73

Closed paulheinr closed 10 months ago

paulheinr commented 1 year ago

messages.rs is too long. It should be divided into smaller files.

Suggestion: It holds only the outer message structs. There are new files with impl of other structs.

paulheinr commented 10 months ago

Not an issue any more.