Indie software developer • math lover • ML builder • 48 • NB they/them
Currently working on agentic wrangling.
Nathan🌸
after toiling in the webdev mines for too long i got disgusted and decided to rewrite my diagram render in pure rust. so far i'm at the point where i can render a line of text.
this is not as trivial as it might seem
my rust diagram project migrated to the web, now it's a rust parser and renderer running in wasm
what is a convenient way to get command line history/editing/completion kinds of stuff in a ratatui app?
i'm looking for something like rustyline as a component for ratatui (whatever that means)
@orhun.dev do you have recs?