provenant-cli 0.0.32

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
13
14
15
16
17
// SPDX-FileCopyrightText: Provenant contributors
// SPDX-License-Identifier: Apache-2.0

mod binary_text;
mod contacts;
mod copyright;
mod license;
mod orchestrator;
mod pipeline;
mod special_cases;
mod spill;

pub use orchestrator::{
    process_collected, process_collected_sequential, process_collected_with_memory_limit,
    process_collected_with_memory_limit_sequential,
};
pub use spill::MemoryMode;