webdev_guide 0.6.0

Learn how to build a webservice in Rust!
1
2
3
pub mod handle_sql_error;

pub use self::handle_sql_error::handle_sql_error;