reinhardt-web 0.1.0-rc.28

A full-stack API framework for Rust, inspired by Django and Django REST Framework
Documentation
1
2
3
4
5
6
//! Management commands for Reinhardt framework
//!
//! This module re-exports the `reinhardt-commands` crate for managing
//! the Reinhardt application lifecycle and development tasks.

pub use reinhardt_commands::*;