Satteri: A Markdown pipeline forged in Rust for the JavaScript world
satteri.bruits.org
Satteri: A Markdown pipeline forged in Rust for the JavaScript world
1–7 of 7 posts
Re: Satteri: A Markdown pipeline forged in Rust for the JavaScript world
#2what is the use case of this application? Who may need it?
Re: Satteri: A Markdown pipeline forged in Rust for the JavaScript world
#3It almost feels like a parody...?
Re: Satteri: A Markdown pipeline forged in Rust for the JavaScript world
#4For those wondering, this is now the default markdown processor in Astro 7: https://astro.build/blog/astro-7/#markdown--mdx-in-rust
Re: Satteri: A Markdown pipeline forged in Rust for the JavaScript world
#5what is the use case of this application? Who may need it?
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.)
Re: Satteri: A Markdown pipeline forged in Rust for the JavaScript world
#6what is the use case of this application? Who may need it?
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
Re: Satteri: A Markdown pipeline forged in Rust for the JavaScript world
#7Hello, I'm the maintainer of this. Let me know if you people have any questions / comments :)