| Crates.io | real_ua_cli |
| lib.rs | real_ua_cli |
| version | 0.1.0 |
| created_at | 2024-03-10 17:44:15.915986+00 |
| updated_at | 2024-03-10 17:44:15.915986+00 |
| description | generates random http user-agent to stdout |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1168831 |
| size | 37,217 |
static real user-agent automatically updated
fn main() {
let user_agent: &'static str = real_ua::get_ua();
println!("{}", user_agent);
}
It depends on fastrand to select randomly a user-agent from a static list.