this post was submitted on 12 Jun 2023
42 points (100.0% liked)

Rust Lang

38 readers
1 users here now

Rules [Developing]

Observe our code of conduct

Constructive criticism only

No endless relitigation

No low-effort content

No memes or image macros

No NSFW Content

founded 2 years ago
MODERATORS
 

Any project in rust you want to chat about.

you are viewing a single comment's thread
view the rest of the comments
[–] Aloso@lemmyrs.org 3 points 2 years ago (3 children)

I'm working on to-html, a CLI for running a command and converting the output to HTML, with colors, to embed in a website. It wasn't getting any love for a while, but now there's a new contributor helping out, which motivated me to work on it again ❤️

[–] jhpratt@lemmyrs.org 2 points 2 years ago (1 children)

Thank you for that! It's something I have a private copy of so that I could modify it in a way that better suited my exact (unconventional) needs. It's far better than coloring output by hand, which is what I otherwise would have had to do.

[–] Aloso@lemmyrs.org 2 points 2 years ago

What are these needs? Maybe it makes sense to implement them in to-html directly. I'm open to making to-html more configurable.

load more comments (1 replies)