mezmo

Crates.iomezmo
lib.rsmezmo
version0.1.0
sourcesrc
created_at2022-10-27 04:13:20.098558
updated_at2022-10-27 04:13:20.098558
descriptionUse Mezmo with Rust!
homepagehttps://github.com/chand1012/mezmo-rs
repositoryhttps://github.com/chand1012/mezmo-rs
max_upload_size
id698883
size7,975
Chandler (chand1012)

documentation

README

mezmo-rs

Use Mezmo platform with Rust.

Example

use mezmo::Logger;

fn main() {
    let logger = Logger::new("YOUR_API_KEY_HERE".to_string(), "tag1,tag2,tag3".to_string());
    logger.log("this is a log".to_string(), "INFO".to_string());    
}
Commit count: 7

cargo fmt