nidus-rs 1.0.15

Public facade crate for the Nidus modular Rust backend framework.
Documentation
1
2
3
4
5
6
7
error: #[controller] requires a string literal path like #[controller("/users")]: unexpected end of input, expected string literal
 --> tests/ui/controller_missing_path.rs:3:1
  |
3 | #[controller]
  | ^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `controller` (in Nightly builds, run with -Z macro-backtrace for more info)