|
|
|
|
|
by Cloudef
242 days ago
|
|
I think zig generally composes better than rust. With rust you pretty much have to start over if you want reusable / composable code, that is not use the default std. Rust has small crates for every little thing because it doesn't compose well, as well to improve compile times. libc in the default std also is major L. |
|
I read your response 3 times and I truly don't know what you mean. Mind explaining with a simple example?