phoxal 0.18.0

Phoxal — production-oriented autonomous robot framework (engine, model, typed bus, contracts).
Documentation
error: expected attribute arguments in parentheses: #[server(...)]
  --> tests/trybuild/fail/missing_server_topic.rs:16:7
   |
16 |     #[server]
   |       ^^^^^^

warning: unused import: `phoxal::api::y2026_1 as api`
 --> tests/trybuild/fail/missing_server_topic.rs:2:5
  |
2 | use phoxal::api::y2026_1 as api;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default

warning: unused import: `phoxal::prelude::*`
 --> tests/trybuild/fail/missing_server_topic.rs:3:5
  |
3 | use phoxal::prelude::*;
  |     ^^^^^^^^^^^^^^^^^^