←back to thread

Introducing tmux-rs

(richardscollin.github.io)
858 points Jtsummers | 1 comments | | HN request time: 0.208s | source
1. dangoodmanUT ◴[] No.44459212[source]
I love this, but the examples they show of their snippets are really, really not rust idiomatic.

Like they’ve basically thrown away all the rust patterns and just wrote a c program in rust (eg all the raw pointers)