DSpeckhals / bible.rs

A Bible server written in Rust using Actix Web and Diesel
https://bible.rs
MIT License
221 stars 24 forks source link

Upgrade to actix-web 1.0 #28

Closed DSpeckhals closed 5 years ago

DSpeckhals commented 5 years ago

This commit upgrades actix-web to version 1.0. This required some refactoring in order to adapt to the recommended patterns with this version. The biggest change was to remove the explict sync arbiter abstractions, and replace them with web::block, whose inputted function calls the db::sword_drill (the database layer) explicitly.

Other changes include: