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
..
src Gzip artifacts 2020-07-07 23:30:11 +03:00
tests Disable ES module interop 2020-07-06 14:29:19 +03:00
.eslintrc.js
.gitignore
.vscodeignore
icon.png
package-lock.json Be more strict with @types/node 2020-07-01 08:01:17 +03:00
package.json Add a command to compute memory usage statistics 2020-07-07 12:10:14 +02:00
ra_syntax_tree.tmGrammar.json
README.md
rollup.config.js Bump @rollup/plugin-commonjs 2020-06-27 22:37:03 +03:00
rust.tmGrammar.json Fix a typo 2020-06-30 17:42:54 +02:00
tsconfig.json Disable ES module interop 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.