metalor 0.2.0

Rust utilities for line-oriented DSL parsing, portable build cells, and native multi-OS runtime integration
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2026 Victor Stewart
// SPDX-License-Identifier: Apache-2.0

#[derive(Clone, Copy, Debug, Eq, PartialEq)]
pub struct BackendCaps {
    pub oci_rootfs: bool,
    pub live_bind_mounts: bool,
    pub foreign_arch_exec: bool,
    pub per_job_network_toggle: bool,
    pub profile_selected_network: bool,
}