bruits

@bruits.org

A little group of people building Rust software. Let's make some noise! Currently working on https://maudit.org, https://github.com/bruits/sampo and https://satteri.bruits.org

Woo, we've reached a thousand stars on github.com/bruits/satteri 🥳⭐ I'm currently working on a new update improving performance, adding stuff people have been asking for and generally fixing bugs. Hope to release that soon! Thank you everyone, and I hope you have faster Markdown than you used to!

GitHub - bruits/satteri: High-performance Markdown and MDX processing for the JavaScript ecosystem

High-performance Markdown and MDX processing for the JavaScript ecosystem - bruits/satteri

github.com

It's a issue in the Rust community to stumble upon crates that either are not published at all, or are out of date. hashtag ad, if you're a maintainer looking for an easy solution to do releases, we at @bruits.org maintain Sampo, a tool to automate releases and changelogs: github.com/bruits/sampo

GitHub - bruits/sampo: Automate changelogs, versioning, and publishing—even for monorepos across multiple package registries 🧭

Automate changelogs, versioning, and publishing—even for monorepos across multiple package registries 🧭 - bruits/sampo

github.com

Maudit, my Rust library to generate static websites, has recently gained a few cool new features! - Automatic sitemap generation - Built-in support for internationalization, including using localized slugs - Prefetch support for faster navigations Quick video showing sitemaps and localized routes:

DO you have a monorepo with projects in multiple languages in it? Are you looking for a one-stop tool to publish, version and generate changelogs for all those packages to all the different registries at once? At @bruits.org we got the solution for you: Introducing Sampo. github.com/bruits/sampo

GitHub - bruits/sampo: Automate changelogs, versioning, and publishing—even for monorepos across multiple package registries 🧭

Automate changelogs, versioning, and publishing—even for monorepos across multiple package registries 🧭 - bruits/sampo

github.com

There's still work to be done, but Maudit already support most of what you'd expect: Markdown, syntax highlight, components in Markdown, image processing, dev server, typed content, and more! I hope you'll give it a try! And even if not, I'd love if you dropped a star: github.com/bruits/maudit

GitHub - bruits/maudit: A static site generator 👑 The still scrolls of the web, unchanging and steadfast, at last!

A static site generator 👑 The still scrolls of the web, unchanging and steadfast, at last! - bruits/maudit

github.com

Ecosystem ready Thanks to @rolldown.rs, a super fast JavaScript and CSS bundler, Maudit has top-notch support for the modern web ecosystem. Use your favorite libraries from npm to power and style (you know, Tailwind) your website efficiently, without needing to setup anything yourself.

Fast as things should be. Maudit join the club of super-fast SSGs. Trivially build thousands of pages in less than a second. Even this early with little to no real work done on optimisation, Maudit goes even or is sometimes even faster than other native options.

A graph showing Maudit's performance:

250 pages build in 37ms
500 pages build in 75ms
1000 pages build in 151ms
2000 pages build in 319ms
4000 pages build in 676ms.

Benchmark source at https://github.com/bruits/maudit/tree/main/benchmarks/md-benchmark

A library, not a framework. SSGs often force you into their own patterns, their rendering code is hidden away, you can't hook into the build etc. A Maudit project is a normal Rust project, it has a `main.rs`, you can use any Rust things you like before, during, after the build.