←back to thread

Introducing tmux-rs

(richardscollin.github.io)
857 points Jtsummers | 1 comments | | HN request time: 0.217s | source
Show context
someperson ◴[] No.44457362[source]
Surely improvements be made to c2rust to reduce the cited information loss with constant naming, to reduce the initial conversion burden?
replies(1): >>44458982 #
kevincox ◴[] No.44458982[source]
Yeah, this seems like a huge missing feature for C2Rust. IIUC the main idea is to serve as a base for then porting to idiomatic Rust. But if you lose all of the constants that is a huge productivity loss.
replies(1): >>44459596 #
1. dataking ◴[] No.44459596[source]
Indeed. We had experimental support for preserving (some) constants but it fell by the wayside. We're bringing it back in the coming months.