webdev_guide 0.2.0

Learn how to build a webservice in Rust!
1
2
3
4
5
6
7
8
9
condense_wildcard_suffixes = true
edition = "2024"
error_on_line_overflow = true
error_on_unformatted = true
format_code_in_doc_comments = true
format_strings = true
imports_layout = "Vertical"
unstable_features = true
wrap_comments = true