mirror of
https://github.com/TaKO8Ki/awesome-alternatives-in-rust
synced 2025-03-14 21:56:59 +00:00
Merge 4f39555cab
into df09e69ca8
This commit is contained in:
commit
1151f176e5
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,7 @@ I renamed the repository to "Awesome Alternatives in Rust". The original name wa
|
|||
- [Web](#web)
|
||||
- [Development tools](#development-tools)
|
||||
- [Command runners](#command-runners)
|
||||
- [Compilers](#compilers)
|
||||
- [Linters](#linters)
|
||||
- [Libraries](#libraries)
|
||||
- [Email](#email)
|
||||
|
@ -256,6 +257,12 @@ I renamed the repository to "Awesome Alternatives in Rust". The original name wa
|
|||
|
||||
* [just](https://github.com/casey/just) - A command runner and partial replacement for `make`
|
||||
|
||||
### Compilers
|
||||
|
||||
#### [TypeScript Compiler](https://github.com/microsoft/TypeScript)
|
||||
|
||||
* [swc](https://github.com/swc-project/swc) - swc is a super-fast compiler written in rust
|
||||
|
||||
### Linters
|
||||
|
||||
#### [ESLint](https://github.com/eslint/eslint)
|
||||
|
|
Loading…
Add table
Reference in a new issue