runique 2.0.1

A Django-inspired web framework for Rust with ORM, templates, and comprehensive security middleware
Documentation
1
2
3
//! Framework errors — `RuniqueError`, `ErrorContext`, `ErrorType`, and `RuniqueResult`.
pub mod error;
pub use error::*;