-
Notifications
You must be signed in to change notification settings - Fork 125
Include Import line count #158
Open
Description
Many languages have the notion of "import".
Rust:
use serde::Serialize;
mod my_mod;
use my_mod::MyItem;
C++:
#include <vector>
Python:
import numpy as np
Et cetera.
I would like to see their count too.
Activity
Metadata
Metadata
Assignees
Labels
No labels