compose-lens 0.1.2

Loss-aware parsing, processing, validation, and rendering of Compose projects
Documentation
1
2
3
4
5
6
7
//! Shared support for repository-level integration tests.

mod actions;
mod fixtures;

pub(crate) use actions::{validate_action_pins, validate_repository_supply_chain};
pub(crate) use fixtures::{validate_fixture_manifest_text, validate_fixture_tree};