| Crates.io | daemon_console |
| lib.rs | daemon_console |
| version | 0.3.3 |
| created_at | 2025-10-23 08:32:01.294635+00 |
| updated_at | 2025-11-22 09:16:41.997441+00 |
| description | A flexible console for daemon applications. |
| homepage | https://crates.io/crates/daemon_console |
| repository | https://github.com/Mooling0602/Daemon_Console_Rust |
| max_upload_size | |
| id | 1896800 |
| size | 107,222 |
A flexible console for daemon applications providing a terminal interface with command registration, history navigation, and colored logging.
Add this to your Cargo.toml:
[dependencies]
daemon_console = "0.3.0"
Then read the docs.
If you have any questions, ask in issues, I'll glad to reply you.
This project have two branches: main and dev.
After v0.3.1
Documentations will be edited in main branch, and code changes will be made in dev branch.
Once the code in dev branch is stable, it will be merged into main branch, then released as a new version.
Thanks to project like cargo-dist and cargo-binstall, using them helps distribute this project.
This project is licensed under GPL-3.0.