podcell 0.1.0

A simple Podman-based development environment manager.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// Copyright (c) 2025-present, Alessandro Gario
// All rights reserved.
//
// This source code is licensed in accordance with the terms specified in
// the LICENSE file found in the root directory of this source tree.
//

pub mod create;
pub mod enter;
pub mod init;
pub mod list;
pub mod rm;
pub mod send;
pub mod shell;
pub mod start;
pub mod stop;