| Crates.io | real_ua |
| lib.rs | real_ua |
| version | 0.1.0 |
| created_at | 2024-03-10 17:43:11.190346+00 |
| updated_at | 2024-03-10 17:43:11.190346+00 |
| description | generates random &'static str http user-agent |
| homepage | |
| repository | https://github.com/redcloudvg/real_ua |
| max_upload_size | |
| id | 1168830 |
| size | 37,256 |
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.