poem 0.3.5

Poem is a full-featured and easy-to-use web framework with the Rust programming language.
Documentation
1
2
3
4
5
6
7
8
9
edition = "2018"
newline_style = "unix"
# comments
normalize_comments=true
wrap_comments=true
format_code_in_doc_comments=true
# imports
imports_granularity="Crate"
group_imports="StdExternalCrate"