←back to thread

Introducing tmux-rs

(richardscollin.github.io)
857 points Jtsummers | 1 comments | | HN request time: 0.21s | source
Show context
echelon ◴[] No.44456424[source]
I wonder if the tmux maintainers would be interested in switching to this?

Transitioning more software from C to Rust is a great idea.

replies(5): >>44456588 #>>44456671 #>>44456845 #>>44457370 #>>44457456 #
1. joshka ◴[] No.44456588[source]
Taking a look at the source earlier, I'd guess probably not.

If you're going to move a project to rust, you'd want to actually make it look like rust. Currently it looks like C written in rust. That doesn't make anyone happy really.

(Obv. not a slight on the maintainer here, it's a personal project with a specific approach)