Files
rust/editors/code
Veetaha f92bfb5807 Gzip artifacts
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>

Override miniz_oxide to build it with optimizations

Building this crate with optimizations decreases the gzipping
part of `cargo xtask dist` from `30-40s` down to `3s`,
the overhead for `rustc` to apply optimizations is miserable on this background
2020-07-07 23:30:11 +03:00
..
2020-07-07 23:30:11 +03:00
2020-07-06 14:29:19 +03:00
2020-02-24 21:23:56 +02:00
2020-05-20 22:31:39 +03:00
2020-01-15 16:07:39 +01:00
2020-03-02 14:27:26 +01:00
2020-06-27 22:37:03 +03:00
2020-06-30 17:42:54 +02:00
2020-07-06 14:29:19 +03:00

rust-analyzer

Provides support for rust-analyzer: novel LSP server for the Rust programming language.

See https://rust-analyzer.github.io/ for more information.