derive_more icon indicating copy to clipboard operation
derive_more copied to clipboard

Try out Watt for faster compilation

Open JelteF opened this issue 4 years ago • 3 comments

https://crates.io/crates/watt

JelteF avatar Mar 10 '20 22:03 JelteF

I don't know if there's been any significant updates that haven't been released yet, but when I asked David before, he said it's definitely not production ready.

jhpratt avatar Mar 28 '20 20:03 jhpratt

Another way to improve compile times is to get rid of extra-traits feature of syn, as that inflates compile times quite a bit: https://github.com/dtolnay/syn/issues/794#issuecomment-629215018

matklad avatar May 15 '20 12:05 matklad

@matklad good point. I just released 0.99.7, where this syn feature is only enabled for the derives that need it (if you use the derive_more features). Changing the derives to not require it would be significant work.

JelteF avatar May 16 '20 00:05 JelteF

With all the drama around serde doing this, i'm going to close this.

JelteF avatar Dec 21 '23 23:12 JelteF

@JelteF I've also used it for years in some my projects, and the experience wasn't so smooth around it. I had some breakages between minor version where old wasm binary was failing to run on newer watt runtimes.

In the end, I've stopped using it.

tyranron avatar Dec 22 '23 11:12 tyranron