ndreynolds / ex_termbox

Low-level termbox bindings for Elixir
MIT License
55 stars 14 forks source link

Rewrite bindings in Rust with Rustler #2

Open ndreynolds opened 5 years ago

ndreynolds commented 5 years ago

This should be possible and ought to make the bindings safer. Thread-based concurrency with shared memory is hard to get right, and Rust would help ensure the memory access is correct.