eventure 0.0.17

Event-Driven messaging library for Rust
Documentation
1
2
3
4
5
use colored::Colorize;

pub fn format_target(target: &str) -> String {
    format!("{}", target.bold().yellow())
}