As an example: kiss3d uses a specific version of nalgebra. In order to use kiss3d one needs to have the matching version of kiss3d and nalgebra in their Cargo.toml. It is more idiomatic to reexport nalgebra from kiss3d so that users just need ot have kiss3d in their Cargo.toml and then access nalgebra via kiss3d::nalgebra or similar.
As an example:
kiss3duses a specific version ofnalgebra. In order to usekiss3done needs to have the matching version ofkiss3dandnalgebrain theirCargo.toml. It is more idiomatic to reexportnalgebrafromkiss3dso that users just need ot havekiss3din theirCargo.tomland then accessnalgebraviakiss3d::nalgebraor similar.