Registry / logging / twyg
library0.6.3rscratesunverified

A tiny logging setup for Rust applications.

# Cargo.toml [dependencies] twyg = "0.6.3"
INSTALL
IMPORT
SIG · TWYG
T
twyg
loggingrustv0.6.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Logger
✓ use twyg::Logger;

Logs an info message using Twyg.

use twyg::Logger; fn main() { let logger = Logger::new(); logger.info("Hello, world!"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
53 hits · last 30 days
node
46
Resources
twyg — cargo add twyg · libregistry