techscan 1.0.2

A tool for analyzing and visualizing technology stacks in codes.
Documentation
1
2
3
4
5
pub mod language_config;
pub mod reporter_format;

pub use language_config::LanguageConfig;
pub use reporter_format::{REPORTER_FORMAT_JSON, REPORTER_FORMAT_TABLE};