provenant-cli 0.0.34

Rust-based ScanCode-compatible scanner for licenses, package metadata, SBOMs, and provenance data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-FileCopyrightText: Provenant contributors
// SPDX-License-Identifier: Apache-2.0

#[cfg(test)]
#[path = "../author_heuristics_test.rs"]
mod tests;

mod cleanup;
mod extraction;

pub(super) use cleanup::*;
pub(super) use extraction::*;