|
|
|
|
|
by jiggawatts
184 days ago
|
|
Some of the “algorithms” libraries in C++ are very difficult to express in safe Rust and might require proc macros. Most anything related to “intrusive linked lists” is difficult or outright impossible in safe Rust, but is commonly used in operating system code. |
|