kkcloud-framework 0.0.4

A lightweight private cloud solution for SME scenarios.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//!
//! # KK
//!
//! **K**eep it correct, **K**eep it reliable.
//!
//! Lightweight private-cloud solution for SME scenarios.
//!

#![warn(missing_docs, unused_import_braces, unused_extern_crates)]

pub mod ctrl;
pub mod err;
pub mod model;