Today I'm tackling the challenge of creating my first node library in rust. There's a recent trend for JS libraries to use rust for building performance sensitive developer tooling.
The following libraries are implemented in rust.
- swc - build tools for JavaScript, TypeScript and CSS (kinda).
- next.js - recently adopted rust (built on swc for building and minification).
- parcel - They recently released a rust version of their bundler
- The author is also working on
parcel-css.