northstar-runtime 0.9.2

Northstar is an container runtime for Linux targetting embedded systems
Documentation
mod cgroups;
mod console;
mod debug;
#[allow(unused)]
mod devicemapper;
mod env;
mod error;
mod events;
mod exit_status;
mod fork;
mod io;
mod ipc;
mod key;
#[allow(unused)]
mod loopdev;
mod mount;
mod persistence;
mod repository;
#[allow(clippy::module_inception)]
mod runtime;
mod sockets;
mod state;
mod stats;
mod token;

/// Runtime configuration
pub mod config;

pub use runtime::Runtime;