|
|
|
|
|
by hedora
7 days ago
|
|
I've done thus a few times for stuff in the < 10,000 LOC space. It works great. There's something particularly satisfying about shipping a 1-10MB static rust binary instead of a 2GiB docker python environment. (I'm talking about just porting simple applications, or maybe a missing package/crate at a time. Not both at once, and not typical 100K-10M line internal legacy sprawl) |
|