odin-vsm 1.0.0

Manage your Valheim dedicated server with confidence — a fast, single-binary Rust CLI for Docker, mods, backups, and world sync.
Documentation
1
2
3
4
5
6
7
8
9
10
//! odin — Valheim Server Manager library root.
//!
//! Re-exports public modules for use by the binary and tests.

pub mod api;
pub mod cli;
pub mod commands;
pub mod config;
pub mod error;
pub mod utils;