daemon_console_lite 0.1.0

A flexible console for daemon applications.
Documentation
1
2
3
4
5
6
7
8
# Daemon_Console_Lite
A simple console library for daemon applications, written by Rust.

## Usage
This library is provided for developers who want to write daemon applications.

See `test/main.rs` for more information.
> I'm preparing to write a tutorial documentation.