1 unstable release
0.1.0 | Mar 10, 2024 |
---|
#12 in #real
14KB
real_ua
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.
TODO
- update user agents using GitHub workflow
Dependencies
~41KB