1 unstable release

0.1.0 Mar 10, 2024

#15 in #real

44 downloads per month
Used in real_ua_cli

Custom license

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

~28KB