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
//! Shortcut functions for common operations.

#[cfg(feature = "shortcuts")]
pub use reinhardt_shortcuts::*;