2021-06-29 23:03:27 +02:00
2021-06-27 16:22:16 +02:00
2021-06-29 23:03:27 +02:00
2021-06-27 16:22:16 +02:00
2021-06-27 16:18:18 +02:00
2021-06-27 16:26:34 +02:00

tacview-splitter-rust

TODO / questions

   Compiling tacview-splitter v0.1.0 (/home/timeshifter/rust/tacview-splitter)
error[E0597]: `body` does not live long enough
  --> src/main.rs:26:56
   |
26 |     let bodies_by_coalition = divide_body_by_coalition(&body);
   |                               -------------------------^^^^^-
   |                               |                        |
   |                               |                        borrowed value does not live long enough
   |                               argument requires that `body` is borrowed for `'static`
...
36 | }
   | - `body` dropped here while still borrowed

Trait implementation for struct templates?

S
Description
No description provided
Readme GPL-3.0
323 KiB
Languages
Rust 91.1%
Makefile 8.9%