The current dependencies are somewhat optimized to avoid large external dependencies and to avoid dependencies when functionality can be implemented without it, but the large amount of cross-dependencies between crates has a large cost in the size of the binaries.
We should try to optimize the crate structure and the external dependencies to minimize the size of the resulting binaries.
The current dependencies are somewhat optimized to avoid large external dependencies and to avoid dependencies when functionality can be implemented without it, but the large amount of cross-dependencies between crates has a large cost in the size of the binaries.
We should try to optimize the crate structure and the external dependencies to minimize the size of the resulting binaries.