nidus-rs 1.0.15

Public facade crate for the Nidus modular Rust backend framework.
Documentation
1
2
3
4
5
6
use nidus::prelude::*;

#[controller("/:")]
struct UsersController;

fn main() {}