techscan 1.0.2

A tool for analyzing and visualizing technology stacks in codes.
Documentation
1
2
3
use crate::entity::TechScanError;

pub type Result<T> = std::result::Result<T, TechScanError>;