daemon_console 0.3.3

A flexible console for daemon applications.
Documentation
# Changelog

## v0.3.3
### Refactor
- Lots of code refactor, see https://github.com/Mooling0602/Daemon_Console_Rust/compare/v0.3.2...v0.3.3

## v0.3.2
### Fix
- (commit d294098) Improve logging multi-line messages 

## v0.3.1
### Fix
- (commit 2883ba2, b86c60b) Improve example commands in src/main.rs and demo/main.rs
- (commit e02ac3b) Make `TerminalApp::print_log_entry` sync

## v0.3.0
### Feat
- Async features.

## v0.2.2
### Chore
- Fix doc and pass test.
> Some code example has been corrected.

## [v0.2.1]
### Fix!
- refactor log system and move it to `TerminalApp`

## [v0.2.0]
### Feat
- Improve experience:
- fix: Cross platform enhancement
- refactor: Log system
- feat: Cjk characters input support

## [0.1.0]
### Feat
- Add critical level to logger