| Crates.io | mtlog-core |
| lib.rs | mtlog-core |
| version | 0.1.1 |
| created_at | 2025-12-24 01:39:46.557148+00 |
| updated_at | 2026-01-03 18:59:25.174717+00 |
| description | Core utilities for mtlog - shared logging infrastructure. |
| homepage | https://github.com/AntoineRenaud91/mtlog-rs |
| repository | https://github.com/AntoineRenaud91/mtlog-rs |
| max_upload_size | |
| id | 2002621 |
| size | 29,182 |
Core utilities for mtlog - shared logging infrastructure.
⚠️ This is an internal crate - you probably want one of these instead:
mtlog - For standard multi-threaded loggingmtlog-tokio - For async applications with tokiomtlog-progress - For progress barsThis crate provides the internal infrastructure used by the mtlog family of crates. It is not intended to be used directly by end users.
The mtlog family is designed around a simple principle: logging and progress bars should work seamlessly together in concurrent applications. This crate provides the shared logging thread and message-passing infrastructure that makes this possible.
This crate contains:
For detailed API documentation, visit docs.rs/mtlog-core.
MIT