Hacker News new | ask | show | jobs
by accountofme 1414 days ago
the first thing i did in rust was c lib bindings and it is simple.
1 comments

The C library we need has a few requirements that most people agree are difficult for Rust.

Working with any of the following is a nightmare:

- Memory arenas

- Intrusive data structures

- Buffer lifetimes with interesting lifetimes (typically because it maps to hardware)