|
|
|
|
|
by bastawhiz
81 days ago
|
|
If you're going to swap out one function in a chain of functions for a Rust version, you're destroying your codebase. You simply can't replace one tiny piece of code in a large codebase with a version in a different language. Doing so would be insane. |
|