rustfmt_lib 1.0.0

Rustfmt as a library
1
2
3
4
5
6
7
8
struct Foo {
    a: i32,
    /*
    asd
    */
    // foo
    b: i32,
}