Rust-CMS / radical

A Rusty Wordpress Replacement.
MIT License
59 stars 7 forks source link

Add extractors to functions instead of self-parsing. #16

Closed SpBills closed 3 years ago

SpBills commented 3 years ago

Extractors should be used over self-parsing as Actix-web handles it wonderfully.

Unit tests were also updated. These still need to be updated to do real mock queries rather than calling functions directly.

Closes #5

SpBills commented 3 years ago

Closes #5