selfware 0.2.2

Your personal AI workshop — software you own, software that lasts
Documentation
1
2
3
4
5
6
7
8
//! DevOps and infrastructure module
//!
//! This module contains infrastructure and DevOps functionality including:
//! - Container management
//! - Process management

pub mod container;
pub mod process_manager;