-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
A-lintArea: New lintsArea: New lintsE-mediumCall for participation: Medium difficulty level problem and requires some initial experience.Call for participation: Medium difficulty level problem and requires some initial experience.L-guidelinesLint: Related to the Rust API GuidelinesLint: Related to the Rust API Guidelines
Description
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.
Enet4, phaylon, thomaseizinger, Kobzol, daladim and 2 more
Metadata
Metadata
Assignees
Labels
A-lintArea: New lintsArea: New lintsE-mediumCall for participation: Medium difficulty level problem and requires some initial experience.Call for participation: Medium difficulty level problem and requires some initial experience.L-guidelinesLint: Related to the Rust API GuidelinesLint: Related to the Rust API Guidelines