actix-prerender 0.2.4

Actix middleware that sends requests to Prerender.io or a custom Prerender service URL.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
unstable_features = true

comment_width = 140
max_width = 120

format_code_in_doc_comments = true
format_strings = true
normalize_comments = true
reorder_modules = true
use_field_init_shorthand = true
wrap_comments = true

group_imports = "StdExternalCrate"
imports_granularity = "Module"
newline_style = "Unix"