Crates.io | mvc_views |
lib.rs | mvc_views |
version | 0.1.1 |
source | src |
created_at | 2024-05-17 06:51:20.272253 |
updated_at | 2024-05-17 07:19:22.731608 |
description | A procedural macro to append rendering blocks to Actix Web handler functions. |
homepage | https://github.com/ryankopf/mvc_views |
repository | https://github.com/ryankopf/mvc_views |
max_upload_size | |
id | 1242882 |
size | 4,605 |
A procedural macro to append rendering blocks to Actix Web handler functions in an MVC pattern.
HttpResponse
with rendered content from HTML templates.Add mvc_views
to your Cargo.toml
:
[dependencies]
mvc_views = "0.1.0"