arma-rs 1.12.1

Arma 3 Extensions in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: enums aren't supported
 --> tests/derive/fail_enum.rs:3:10
  |
3 | #[derive(FromArma, IntoArma)]
  |          ^^^^^^^^
  |
  = note: this error originates in the derive macro `FromArma` (in Nightly builds, run with -Z macro-backtrace for more info)

error: enums aren't supported
 --> tests/derive/fail_enum.rs:3:20
  |
3 | #[derive(FromArma, IntoArma)]
  |                    ^^^^^^^^
  |
  = note: this error originates in the derive macro `IntoArma` (in Nightly builds, run with -Z macro-backtrace for more info)