Satteri: A Markdown pipeline forged in Rust for the JavaScript world (satteri.bruits.org) 1 points by nateb2022 6d ago ↗ HN
[–] Igor_Wiwi 1d ago ↗ what is the use case of this application? Who may need it? [–] petercooper 1d ago ↗ Probably easier to think of it more as a fast, native-backed library for a JS runtime like Node to build Markdown processors/pipelines or even just do parsing. (Though it does have a WASM build for browser/edge use.) [–] toddmorey 1d ago ↗ Processing markdown into html is a significant task for many blogs, sites, and apps. Satteri moves that processing into rust for speed gains.Now used in Astro 7: https://astro.build/blog/astro-7/#markdown--mdx-in-rust
[–] petercooper 1d ago ↗ Probably easier to think of it more as a fast, native-backed library for a JS runtime like Node to build Markdown processors/pipelines or even just do parsing. (Though it does have a WASM build for browser/edge use.)
[–] toddmorey 1d ago ↗ Processing markdown into html is a significant task for many blogs, sites, and apps. Satteri moves that processing into rust for speed gains.Now used in Astro 7: https://astro.build/blog/astro-7/#markdown--mdx-in-rust
[–] blopker 1d ago ↗ For those wondering, this is now the default markdown processor in Astro 7: https://astro.build/blog/astro-7/#markdown--mdx-in-rust
[–] Princesseuh 1d ago ↗ Hello, I'm the maintainer of this. Let me know if you people have any questions / comments :)
6 comments
[ 2.9 ms ] story [ 22.6 ms ] threadNow used in Astro 7: https://astro.build/blog/astro-7/#markdown--mdx-in-rust