Skip to content

Internally manage dependencies and modules #2

Description

@123vivekr

Code

In main.rs

use timers::Config;
fn main() {
    timers::run(config);
}

In lib.rs

pub fn run(config: Config) {}

Issue

graphviz shows = main -> ...main.rs.timers::run but should be ...lib.rs.run

Explanation

Imports are not explicitly clear from rust AST. We have to track import statements and internally manage dependencies and modules.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions