| Crates.io | mezmo |
| lib.rs | mezmo |
| version | 0.1.0 |
| created_at | 2022-10-27 04:13:20.098558+00 |
| updated_at | 2022-10-27 04:13:20.098558+00 |
| description | Use Mezmo with Rust! |
| homepage | https://github.com/chand1012/mezmo-rs |
| repository | https://github.com/chand1012/mezmo-rs |
| max_upload_size | |
| id | 698883 |
| size | 7,975 |
Use Mezmo platform with Rust.
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());
}