nidus-rs 1.0.15

Public facade crate for the Nidus modular Rust backend framework.
Documentation
1
2
3
4
5
error: #[controller] requires a string literal path like #[controller("/users")]: expected string literal
 --> tests/ui/controller_non_string_path.rs:3:14
  |
3 | #[controller(42)]
  |              ^^