rwf 0.2.1

Framework for building web applications in the Rust programming language
Documentation
1
2
3
4
//! Include all types in here to use the ORM ergonomically.
//!
//! These types are covered by [`crate::prelude`].
pub use super::{Error, Model, Pool, Scope, ToValue, Value};