licensa 0.1.9

CLI tool for seamless source code license management, supporting 65+ file types
Documentation
1
2
3
4
5
6
7
// Copyright 2024 Nelson Dominguez
// SPDX-License-Identifier: MIT OR Apache-2.0

pub mod scan;
pub mod stats;
pub mod work_tree;
pub mod workspace;