real_ua

Crates.ioreal_ua
lib.rsreal_ua
version0.1.0
sourcesrc
created_at2024-03-10 17:43:11.190346
updated_at2024-03-10 17:43:11.190346
descriptiongenerates random &'static str http user-agent
homepage
repositoryhttps://github.com/redcloudvg/real_ua
max_upload_size
id1168830
size37,256
(priv2024)

documentation

README

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
Commit count: 0

cargo fmt