Skip to content

Suggest pub extern foo; if any part of foo is in this crate's public API #3553

Open
@oli-obk

Description

@oli-obk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-lintArea: New lintsE-mediumCall for participation: Medium difficulty level problem and requires some initial experience.L-guidelinesLint: Related to the Rust API Guidelines

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions