| Crates.io | mvc_views |
| lib.rs | mvc_views |
| version | 0.1.5 |
| created_at | 2024-05-17 06:51:20.272253+00 |
| updated_at | 2025-09-22 07:37:39.040645+00 |
| 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 | 6,472 |
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"