|
|
|
|
|
by infamouscow
1416 days ago
|
|
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) |
|