Back to articles
Unifast: a Rust markdown/MDX compiler 25x faster than remark/rehype

Unifast: a Rust markdown/MDX compiler 25x faster than remark/rehype

via Dev.to WebdevKenzo Wada

I built Unifast, a Rust-based markdown/MDX compiler. In local benchmarks, it compiles about 25x faster than remark/rehype-based workflows. I started this because I wanted a simpler and faster pipeline for markdown compilation, without carrying the complexity of multiple AST boundaries for common use cases. It’s still early, so I’d love feedback on bugs, missing features, and real-world use cases. https://unifast.dev/ https://github.com/kenzo-pj/unifast

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
5 views

Related Articles