swayfmt 0.71.0

Sway language formatter.
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod attribute;
pub(crate) mod expr;
pub(crate) mod generics;
pub(crate) mod literal;
pub(crate) mod path;
pub(crate) mod pattern;
pub(crate) mod punctuated;
pub(crate) mod statement;
pub(crate) mod ty;
pub(crate) mod where_clause;